mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-14 20:07:37 +00:00
Removed logging
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
if(lastUpdate > lastUp || lastUpdate - lastUp > 300) {
|
||||
getRealtime();
|
||||
} else {
|
||||
console.log("lastUp: " + lastUp+ ", lastUpdate: " + lastUpdate);
|
||||
while(lastUp > lastUpdate) {
|
||||
realtime.data.unshift(lastValue);
|
||||
realtime.data = realtime.data.slice(0,realtime.size);
|
||||
|
||||
Reference in New Issue
Block a user