diff --git a/dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx b/dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx index 6f15646c82..d80d27aa26 100644 --- a/dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx +++ b/dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx @@ -430,7 +430,6 @@ const CreateApp: React.FC = ({ history }) => { setValue("app.services", services); setValue("app.predeploy", [predeploy].filter(valueExists)); - console.log('detectedBuild', detectedBuild) if (detectedBuild) { setValue("app.build", detectedBuild); }