浏览代码

Removed console.log

h345983745 6 年之前
父节点
当前提交
b14cb99587
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/core/operations/ParseUDP.mjs

+ 0 - 2
src/core/operations/ParseUDP.mjs

@@ -63,8 +63,6 @@ class ParseUDP extends Operation {
      * @returns {html}
      * @returns {html}
      */
      */
     present(data) {
     present(data) {
-        // const currentRecipeConfig = this.state.opList.map(op => op.config);
-        // console.log(currentRecipeConfig);
         const html = [];
         const html = [];
         html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
         html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
         html.push("<tr>");
         html.push("<tr>");