From b14cb99587faa49da10237b49f4842527293995e Mon Sep 17 00:00:00 2001 From: h345983745 Date: Mon, 19 Aug 2019 20:55:04 +0100 Subject: [PATCH] Removed console.log --- src/core/operations/ParseUDP.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/operations/ParseUDP.mjs b/src/core/operations/ParseUDP.mjs index 14033143..ec529d1b 100644 --- a/src/core/operations/ParseUDP.mjs +++ b/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(""); html.push("");