Enlève les consoles.log

pull/456/head
Johan Girod 2019-02-14 18:00:52 +01:00
parent 64fc6ca789
commit c13d70c42b
1 changed files with 1 additions and 7 deletions

View File

@ -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)(