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