Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards committed Sep 21, 2023
1 parent 03e6cb3 commit 1f04975
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
setValue("app.services", services);
setValue("app.predeploy", [predeploy].filter(valueExists));

console.log('detectedBuild', detectedBuild)
if (detectedBuild) {
setValue("app.build", detectedBuild);
}
Expand Down

0 comments on commit 1f04975

Please sign in to comment.