移除无用日志

This commit is contained in:
whyour
2022-06-08 11:12:15 +08:00
parent ac32117e78
commit c4a4764762
11 changed files with 23 additions and 77 deletions
-1
View File
@@ -37,7 +37,6 @@ export default (app: Router) => {
const content = getFileContentByName(filePath);
res.send({ code: 200, data: content });
} catch (e) {
logger.error('🔥 error: %o', e);
return next(e);
}
},