Skip to content

Commit

Permalink
fix(log-handles): don't log verbose code
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Feb 26, 2016
1 parent 85fdd3b commit 812a79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
var activeHandleInterval = setInterval(logHandles, logHandlesInterval);

function logHandles() {
activeHandles.print();
activeHandles.print({highlight:false});
}
}

0 comments on commit 812a79e

Please sign in to comment.