diff --git a/packages/backend/src/Node.ts b/packages/backend/src/Node.ts index d7340d5..9ea7caf 100644 --- a/packages/backend/src/Node.ts +++ b/packages/backend/src/Node.ts @@ -236,8 +236,6 @@ export default class Node { private onSystemInterval(message: SystemInterval) { const { peers, txcount, cpu, memory, bandwidth_download: download, bandwidth_upload: upload } = message; - console.log('bandwidth', download, upload); - if (this.peers !== peers || this.txcount !== txcount) { this.peers = peers; this.txcount = txcount;