Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpeeters committed Apr 25, 2017
1 parent b5f470d commit 760d27f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/os-monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module.exports = (publishSystemMemInfo, publishSystemUptime, publishSystemCpu) =
const cpus = monitor.os.cpus()

monitor.on('monitor', (event) => {
console.log('monitor!', event);
console.log(monitor.os.cpus());
publishSystemMemInfo({
free: event.freemem,
total: event.totalmem
Expand Down

0 comments on commit 760d27f

Please sign in to comment.