diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts index 9311fe6..f81190f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -197,9 +197,7 @@ app.get('/auctionitems', async (req, res) => { }) app.get('/auction/:uuid', async (req, res) => { - console.log('fetching auction', req.params.uuid) const auction = await fetchAuctionUncached(req.params.uuid) - console.log('fetched auction', req.params.uuid) try { res // .setHeader('Cache-Control', 'public, max-age=600') |