Skip to content

Commit 71bac25

Browse files
committed
Addressing PR comment
1 parent a4454cf commit 71bac25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lifecycleScripts/install.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function transpileJavascript() {
9393
return new Promise(function(resolve, reject) {
9494
var child = cp.spawn(cmd, args, opts);
9595
child.on("close", function(code) {
96-
console.log(code);
9796
if (code) {
9897
reject(code);
9998
process.exitCode = 13;

0 commit comments

Comments
 (0)