mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: remove console logs
This commit is contained in:
@@ -49,7 +49,6 @@ export class StatusHelper {
|
|||||||
|
|
||||||
private qqUsage() {
|
private qqUsage() {
|
||||||
const mem = process.memoryUsage();
|
const mem = process.memoryUsage();
|
||||||
console.log(JSON.stringify(mem));
|
|
||||||
const numCpus = os.cpus().length;
|
const numCpus = os.cpus().length;
|
||||||
const usageDiff = process.cpuUsage(this.currentUsage);
|
const usageDiff = process.cpuUsage(this.currentUsage);
|
||||||
const endTime = process.hrtime(this.currentTime);
|
const endTime = process.hrtime(this.currentTime);
|
||||||
|
Reference in New Issue
Block a user