left over console.log wiped

bump version to 1.2.1
This commit is contained in:
Mahdi Dibaiee
2015-06-21 01:49:52 +04:30
parent 84fbc60a06
commit 6a5120ec22
5 changed files with 2 additions and 5 deletions

1
dist/index.js vendored
View File

@ -70,7 +70,6 @@ var Equation = {
*/
equation: function equation(expression) {
var stack = parseExpression(expression);
console.log(stack);
var variables = [];
stack.forEach(function varCheck(a) {