opti: delete console log

This commit is contained in:
suxiaoxin 2017-11-24 18:11:37 +08:00
parent 743a887127
commit 30b938967c

View File

@ -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);