mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
fix(log-handles): don't log verbose code
This commit is contained in:
parent
bff5258a56
commit
a698559c04
1 changed files with 1 additions and 1 deletions
|
|
@ -167,6 +167,6 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
|
|||
var activeHandleInterval = setInterval(logHandles, logHandlesInterval);
|
||||
|
||||
function logHandles() {
|
||||
activeHandles.print();
|
||||
activeHandles.print({highlight:false});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue