Skip to content

Commit

Permalink
removing some debug lines
Browse files Browse the repository at this point in the history
when will I learn?
  • Loading branch information
christianp committed Jun 20, 2011
1 parent 230d8dd commit b5eedb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/scripts/jme-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jme.display = {
var match;
if(match = rules[i].match(exprTree))
{
Numbas.debug("match rule "+rules[i].patternString,true);
Numbas.debug(treeToJME(exprTree),true);
//Numbas.debug("match rule "+rules[i].patternString,true);
//Numbas.debug(treeToJME(exprTree),true);
exprTree = jme.substituteTree(Numbas.util.copyobj(rules[i].result,true),match);
Numbas.debug(treeToJME(exprTree),true);
//Numbas.debug(treeToJME(exprTree),true);
applied = true;
break;
}
Expand Down

0 comments on commit b5eedb1

Please sign in to comment.