Skip to content

Commit 3e58f12

Browse files
authored
Update healthHelpers.js
1 parent f0ba15a commit 3e58f12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chronos_npm_package/controllers/healthHelpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ healthHelpers.collectHealthData = () => {
5454
const healthDataCollection = [];
5555
const time = Date.now();
5656

57-
console.log('in health helpers 2');
58-
5957
si.cpu()
6058
.then(data => {
6159
const siMethodName = 'cpu';

0 commit comments

Comments
 (0)