Skip to content

Commit

Permalink
删掉debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
penglei committed Dec 3, 2013
1 parent 3b528e2 commit 393f82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/expr.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ ast.AST_FunctionCall.proto("calc", function(){
}

var argValue, i, argsList = [];
debugger

for(i = 0; this.args[i]; i++){
if (this.args[i] instanceof ast.AST_VariableAccess){
argValue = this.args[i].getSymbolValueNode();
Expand Down

0 comments on commit 393f82a

Please sign in to comment.