mirror of
https://github.com/YMFE/yapi.git
synced 2024-11-27 04:40:08 +08:00
opti: delete console log
This commit is contained in:
parent
743a887127
commit
30b938967c
@ -76,7 +76,6 @@ module.exports = async (ctx, next) => {
|
||||
return ctx.body = yapi.commons.resReturn(null, 400, 'projectId不能为空');
|
||||
}
|
||||
|
||||
yapi.commons.log('MockServer Running...');
|
||||
let projectInst = yapi.getInst(projectModel), project;
|
||||
try {
|
||||
project = await projectInst.get(projectId);
|
||||
|
Loading…
Reference in New Issue
Block a user