Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 authored Oct 30, 2016
1 parent 38a2311 commit f7c3f81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handlePsTreeCallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ module.exports = function handlePsTreeCallback(err, children, pid, callback) {
}
if(callback && typeof callback === 'function') {
callback(null, true);
} else { // do nothing
console.log(children.length + " Processes Terminated!");
}
};

0 comments on commit f7c3f81

Please sign in to comment.