Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 9, 2020
1 parent 2f6c90c commit b5cb23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/manager/homeMode/remote.detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class RemoteDetailComponent implements OnInit {
const value = data.datasets[tooltipItem.datasetIndex].data[tooltipItem.index];
if (typeof value === 'number') label += FormatBytes(value, 3);
else label += value;
console.log(label);
return label;
},
},
Expand Down

0 comments on commit b5cb23c

Please sign in to comment.