Remove erroneous print statement in API

This commit is contained in:
30hours 2024-02-20 14:53:21 +00:00
parent 601dec1ffc
commit 09255d3e25

View file

@ -40,7 +40,6 @@ function update_data() {
map.push(detection); map.push(detection);
for (i = 0; i < map.length; i++) for (i = 0; i < map.length; i++)
{ {
console.log((ts - map[i].timestamp)/1000);
if ((ts - map[i].timestamp)/1000 > time) if ((ts - map[i].timestamp)/1000 > time)
{ {
map.shift(); map.shift();