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) {