Explorar el Código

Removed console.log

h345983745 hace 6 años
padre
commit
b14cb99587
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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}
      */
     present(data) {
-        // const currentRecipeConfig = this.state.opList.map(op => op.config);
-        // console.log(currentRecipeConfig);
         const html = [];
         html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
         html.push("<tr>");