left over console.log wiped ⚡
bump version to 1.2.1
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -70,7 +70,6 @@ var Equation = {
|
||||
*/
|
||||
equation: function equation(expression) {
|
||||
var stack = parseExpression(expression);
|
||||
console.log(stack);
|
||||
var variables = [];
|
||||
|
||||
stack.forEach(function varCheck(a) {
|
||||
|
Reference in New Issue
Block a user