From 07604e720c4ec5992619f4b7ef4a7272a694c2d6 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Wed, 2 Jun 2021 09:36:23 +1000 Subject: [PATCH] maybe fix bug idk seems that it was being broked by a console.log for some reason --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 67b5460..77ebeaf 100644 --- a/index.js +++ b/index.js @@ -207,7 +207,6 @@ app.get("/BankF", ensureAuthenticated, async function (req, res) { } catch (e) { console.log(e); } - console.log(logrec.timings); console.log("query finished " + Date.now()); logsent = logsent.body.value; console.log(logsent);