From 46608309c21aa9fda90fcc6ceadfbbdce2faab5f Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 1 Nov 2024 11:28:28 +0000 Subject: even better galleries, fix font sizes everywhere --- src/routes/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/routes') diff --git a/src/routes/index.js b/src/routes/index.js index 5f43764..cef05da 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -21,8 +21,6 @@ router.get('/r/:subreddit/:sort?', async (req, res) => { var aboutReq = G.getSubreddit(`${subreddit}`); var [posts, about] = await Promise.all([postsReq, aboutReq]); - console.log(`posts for ${subreddit}`); - console.log(posts.posts.length); res.render('index', { subreddit, posts, about }); }); -- cgit v1.2.3