mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Remove erroneous print statement in API
This commit is contained in:
parent
601dec1ffc
commit
09255d3e25
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ function update_data() {
|
|||
map.push(detection);
|
||||
for (i = 0; i < map.length; i++)
|
||||
{
|
||||
console.log((ts - map[i].timestamp)/1000);
|
||||
if ((ts - map[i].timestamp)/1000 > time)
|
||||
{
|
||||
map.shift();
|
||||
|
|
Loading…
Reference in a new issue