Skip to content

Commit

Permalink
log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-dave committed Nov 20, 2023
1 parent 4abbc24 commit 353fc23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/getWebData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const getWebData = (hostname, io) => {
console.warn(err)
}
if (response[0] === 'ok') {
console.log('webData Response', response)
dataLoop()
// if (monitoringState[hostname] !== response.length) {
// monitoringState[hostname] = response.length
Expand Down

0 comments on commit 353fc23

Please sign in to comment.