Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Dec 21, 2024
1 parent e71ccdd commit 7e61497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/helper/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class StatusHelper {

private qqUsage() {
const mem = process.memoryUsage();
console.log(JSON.stringify(mem));
const numCpus = os.cpus().length;
const usageDiff = process.cpuUsage(this.currentUsage);
const endTime = process.hrtime(this.currentTime);
Expand Down

0 comments on commit 7e61497

Please sign in to comment.