Skip to content

Commit

Permalink
For loops
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihan committed Jun 18, 2016
1 parent f05d310 commit 9454d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interpreter/states/for.es6
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default class CheddarFor {
bool = new CheddarBool(SCOPE);

if (bool.init(res) && bool.value === true) {
console.log(bool.value);
ralloc = new CheddarExec(
poolc._Tokens[0],
SCOPE
Expand Down

0 comments on commit 9454d55

Please sign in to comment.