Skip to content

Commit

Permalink
Removed a throw line.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordnull committed Feb 4, 2016
1 parent 6234266 commit f2ca65e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
1 change: 0 additions & 1 deletion build/dice.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function determine_min_max_possible(opObject, scope){
if(opObject.op == 'paren_express'){
return determine_min_max_possible(opObject.args[0], scope);
}
throw('invalid operation, cannot min/max it', opObject.op);
}

function stringify_expression(evaled_op){
Expand Down
Loading

0 comments on commit f2ca65e

Please sign in to comment.