Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Feb 8, 2015
1 parent 43d7d66 commit 9c05ef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ function handleClose(streams, children, childrenInfo) {
return code !== 0 || code === null;
});
var finalExitCode = someFailed ? 1 : 0;
console.log(childrenInfo)
process.exit(finalExitCode);
}
});
Expand Down

0 comments on commit 9c05ef6

Please sign in to comment.