From 09255d3e25ee3f391b8031cfed3c5b7b097c318c Mon Sep 17 00:00:00 2001 From: 30hours Date: Tue, 20 Feb 2024 14:53:21 +0000 Subject: [PATCH] Remove erroneous print statement in API --- api/stash/detection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/stash/detection.js b/api/stash/detection.js index 4d7846e..b536103 100644 --- a/api/stash/detection.js +++ b/api/stash/detection.js @@ -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();