diff --git a/src/reorder-operator-expressions/index.js b/src/reorder-operator-expressions/index.js index 65e3514..d316c17 100644 --- a/src/reorder-operator-expressions/index.js +++ b/src/reorder-operator-expressions/index.js @@ -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)]; }