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,
|
feederType,
|
||||||
feeder,
|
feeder,
|
||||||
]);
|
]);
|
||||||
console.log(replies)
|
|
||||||
if (tmpReplies.length == 0) {
|
if (tmpReplies.length == 0) {
|
||||||
replies.splice(0,0,{childType: feederType, childId: feeder})
|
replies.splice(0,0,{childType: feederType, childId: feeder})
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -19,8 +19,6 @@ router.post('/settings', async (req, res, next) => {
|
||||||
let {file} = req;
|
let {file} = req;
|
||||||
let {username, valid} = res.auth;
|
let {username, valid} = res.auth;
|
||||||
|
|
||||||
console.log(file)
|
|
||||||
|
|
||||||
if (!valid) return;
|
if (!valid) return;
|
||||||
|
|
||||||
if (file) {
|
if (file) {
|
||||||
|
|
Loading…
Reference in a new issue