mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(log-handles): don't log verbose code
This commit is contained in:
@@ -167,6 +167,6 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
|
|||||||
var activeHandleInterval = setInterval(logHandles, logHandlesInterval);
|
var activeHandleInterval = setInterval(logHandles, logHandlesInterval);
|
||||||
|
|
||||||
function logHandles() {
|
function logHandles() {
|
||||||
activeHandles.print();
|
activeHandles.print({highlight:false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user