Skip to content

Commit

Permalink
Quitamos un console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pauek committed Mar 31, 2011
1 parent c100423 commit c3c3861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ var server = dnode({
});
gcc.addListener('exit', function (code, signal) {
var lines = split_lines(stderr);
console.log(lines.length);
_callback(lines);
});
}
Expand Down

0 comments on commit c3c3861

Please sign in to comment.