mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
maybe fix bug idk seems that it was being broked by a console.log for some reason
This commit is contained in:
parent
8844d44577
commit
07604e720c
1 changed files with 0 additions and 1 deletions
1
index.js
1
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue