chore: remove console logs

This commit is contained in:
pk5ls20 2024-12-22 02:57:00 +08:00
parent e71ccdd12a
commit 7e61497243
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -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);