mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-17 10:21:03 +00:00
Clean a log
This commit is contained in:
@@ -236,8 +236,6 @@ export default class Node {
|
|||||||
private onSystemInterval(message: SystemInterval) {
|
private onSystemInterval(message: SystemInterval) {
|
||||||
const { peers, txcount, cpu, memory, bandwidth_download: download, bandwidth_upload: upload } = message;
|
const { peers, txcount, cpu, memory, bandwidth_download: download, bandwidth_upload: upload } = message;
|
||||||
|
|
||||||
console.log('bandwidth', download, upload);
|
|
||||||
|
|
||||||
if (this.peers !== peers || this.txcount !== txcount) {
|
if (this.peers !== peers || this.txcount !== txcount) {
|
||||||
this.peers = peers;
|
this.peers = peers;
|
||||||
this.txcount = txcount;
|
this.txcount = txcount;
|
||||||
|
|||||||
Reference in New Issue
Block a user