浏览代码

去除console

laiguoran 3 年之前
父节点
当前提交
6bbdcdb6e2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/view/stage/index.ejs

+ 0 - 1
app/view/stage/index.ejs

@@ -634,7 +634,6 @@
     }
     const tender = JSON.parse(unescape('<%- escape(JSON.stringify(tender)) %>'));
     const tenderInfo = JSON.parse(unescape('<%- escape(JSON.stringify(ctx.tender.info)) %>'));
-    console.log(tenderInfo);
     const thousandth = <%- ctx.tender.info.display.thousandth %>;
     const measureType = JSON.parse('<%- JSON.stringify(measureType) %>');
     const stage = JSON.parse(unescape('<%- escape(JSON.stringify(ctx.stage)) %>'));