remove extra logging
This commit is contained in:
parent
c29d044727
commit
e7a41a520a
2 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue