From 764c213fe6a8ac5dedac9b4e6fceba2cae31ecaf Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 22 Apr 2021 10:58:28 +1000 Subject: [PATCH] test2 --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 3152de1..438bc5d 100644 --- a/index.js +++ b/index.js @@ -102,7 +102,6 @@ app.post('/setup', async function(req, res){ res.redirect('/') }) app.get('/', async function(req, res){ - console.log(thingy) if(setup==false){ res.render('setup') }else{ @@ -144,7 +143,7 @@ app.get('/BankF', ensureAuthenticated, async function(req, res){ let balance = 0 try{ balance = await got(process.env.BANKAPIURL+'BankF/'+req.session.user+'/bal') - console.log(balance) + console.log(balance.timings) balance = JSON.parse(balance.body) } catch(err){ console.log(err)