maybe fix bug idk seems that it was being broked by a console.log for some reason

This commit is contained in:
Expand-sys 2021-06-02 09:36:23 +10:00
parent 8844d44577
commit 07604e720c

View file

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