Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
h345983745 committed Aug 19, 2019
1 parent 1d32a59 commit b14cb99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/operations/ParseUDP.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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>");
Expand Down

0 comments on commit b14cb99

Please sign in to comment.