Skip to content

Commit

Permalink
removed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihan committed Jun 19, 2016
1 parent 8bbac75 commit e137c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interpreter/core/eval/eval.es6
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export default class CheddarEval extends CheddarCallStack {
if (Operation._Tokens[i] instanceof CheddarArrayToken) {
console.log("Yeah... no functions yet...\nIf you're complaining that why I haven't made them, make them yourself and make a PR\nwhy do I have to make everything?");
} else {
console.log(OPERATOR);
if (OPERATOR.accessor) {
OPERATOR = OPERATOR.accessor(Operation._Tokens[i]._Tokens[0]).Value;
} else {
Expand Down

0 comments on commit e137c6b

Please sign in to comment.