Clean up logs
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ export class Timer {
|
||||
? now - this.lastCheckpointTimestamp
|
||||
: now - this.initialTimestamp;
|
||||
|
||||
log.info(`${name}: ${duration}ms`);
|
||||
log.debug(`» ${name}: ${duration}ms`);
|
||||
this.lastCheckpointTimestamp = now;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user