From 38aae4f425a8ce2308a5ebd0bca720f343982baf Mon Sep 17 00:00:00 2001 From: danbulant Date: Mon, 30 Dec 2019 20:40:13 +0100 Subject: [PATCH] Remove unnecesary logs --- html/onlineChecker.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/onlineChecker.js b/html/onlineChecker.js index 6ed8c03..51a957b 100644 --- a/html/onlineChecker.js +++ b/html/onlineChecker.js @@ -13,10 +13,8 @@ function updateIndicator() { } else { $('.info i').html('signal_wifi_0_bar'); } - console.log('Wifi quality is ' + wifiQuality + '%') } else { $('.info i').html('signal_wifi_off'); - console.log('offline'); } }