Browse Source

去除console

laiguoran 3 năm trước cách đây
mục cha
commit
6bbdcdb6e2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)) %>'));