Remove a debugging line:

master
Sven Slootweg 7 years ago
parent d26ae50244
commit cb7619fe5e

@ -27,7 +27,6 @@ module.exports = function reorderOperatorExpressions(tree, operators) {
let index = lookupOperandIndex(i);
let operand = modifiedOperands[lookupOperandIndex(i)];
//console.log(`OPERAND AT INDEX ${index}: ${util.inspect(operand)}`)
return modifiedOperands[lookupOperandIndex(i)];
}

Loading…
Cancel
Save