From e7a41a520a4a45289f3ef992138cbc685848c2d0 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 27 Feb 2025 20:48:09 -0500 Subject: [PATCH] remove extra logging --- routes/comment.js | 1 - routes/youApi.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/routes/comment.js b/routes/comment.js index 4d02065..a92c4fc 100644 --- a/routes/comment.js +++ b/routes/comment.js @@ -17,7 +17,6 @@ router.get('/:id', async (req, res, next) => { feederType, feeder, ]); - console.log(replies) if (tmpReplies.length == 0) { replies.splice(0,0,{childType: feederType, childId: feeder}) break; diff --git a/routes/youApi.js b/routes/youApi.js index 49ae4a4..e7df255 100644 --- a/routes/youApi.js +++ b/routes/youApi.js @@ -19,8 +19,6 @@ router.post('/settings', async (req, res, next) => { let {file} = req; let {username, valid} = res.auth; - console.log(file) - if (!valid) return; if (file) {