mirror of
https://github.com/danbulant/console-hub
synced 2026-06-19 06:21:06 +00:00
Remove unnecesary logs
This commit is contained in:
parent
e7e4fc4340
commit
38aae4f425
1 changed files with 0 additions and 2 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue