Removed logging

This commit is contained in:
Gunnar Skjold
2024-04-04 14:40:59 +02:00
parent fc1850195b
commit e366f10632

View File

@@ -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);