Clean a log

This commit is contained in:
Maciej Hirsz
2019-01-31 12:46:02 +01:00
parent 052f5c846c
commit d5b0192775
-2
View File
@@ -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;