Skip to content

Commit

Permalink
fix: Remove unnecessary console.log in v2 api (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
slb235 committed May 14, 2023
1 parent e352f2c commit 75ab935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export const execCompose = (

childProc.on('exit', (exitCode): void => {
result.exitCode = exitCode
console.log(`exiting command ${command}`)
setTimeout(() => {
if (exitCode === 0) {
resolve(result)
Expand Down

0 comments on commit 75ab935

Please sign in to comment.