From 1f0497582224581a92df374a2c3ad660da087c3b Mon Sep 17 00:00:00 2001 From: Ian Edwards Date: Thu, 21 Sep 2023 16:44:30 -0400 Subject: [PATCH] remove log --- dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx | 1 - 1 file changed, 1 deletion(-) 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); }