We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbad12 commit 6a79f45Copy full SHA for 6a79f45
chronos_npm_package/controllers/healthHelpers.js
@@ -54,8 +54,6 @@ healthHelpers.collectHealthData = () => {
54
const healthDataCollection = [];
55
const time = Date.now();
56
57
- console.log('in health helpers 2');
58
-
59
si.cpu()
60
.then(data => {
61
const siMethodName = 'cpu';
0 commit comments