From c13d70c42b732e2fd97e13f23376a3ed997acbd2 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 14 Feb 2019 18:00:52 +0100 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20les=20consoles.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/engine/treatVariable.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/engine/treatVariable.js b/source/engine/treatVariable.js index d69e33797..6ed596c46 100644 --- a/source/engine/treatVariable.js +++ b/source/engine/treatVariable.js @@ -178,13 +178,7 @@ export let treatVariableTransforms = (rules, rule) => parseResult => { filteredNode.explanation, filteredNode.missingVariables ) - console.group(ruleToTransform.dottedName) - console.log('ruleToTransform.dottedName', ruleToTransform.dottedName) - console.log('rule.dottedName', rule.dottedName) - console.log('environmentPeriod', environmentPeriod) - console.log('callingPeriod', callingPeriod) - console.log('calledPeriod', calledPeriod) - console.groupEnd() + return result } let node = treatVariable(rules, rule, parseResult.filter)(