Skip to content

Commit 9eb0673

Browse files
author
Amoki
committed
remove console.log
1 parent 51b1457 commit 9eb0673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/helpers/hydrater.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ var currentChild;
2525

2626
var getOrForkChild = function() {
2727
taskCount += 1;
28-
//console.log("currentChild", currentChild)
2928
if (taskCount < tasksPerProcess && currentChild) {
3029
currentChild.removeAllListeners();
3130
currentChild.stdout.removeAllListeners();

0 commit comments

Comments
 (0)