comment out traces
This commit is contained in:
@@ -233,7 +233,7 @@ class Story {
|
||||
}
|
||||
if (nextIdx < ast.length)
|
||||
nextExpr = ast[nextIdx].expr;
|
||||
trace(nextExpr);
|
||||
// trace(nextExpr);
|
||||
switch (nextExpr) {
|
||||
case EGather(_, _, exp) | ETagged(EGather(_,_,exp), _):
|
||||
nextExpr = exp;
|
||||
@@ -484,7 +484,7 @@ class Story {
|
||||
private function indexOf(target:String) {
|
||||
var disposableFork = storyFork(target,true);
|
||||
// TODO this probably causes substantial wasting of memory (could lead to garbage collector problems?)
|
||||
trace('index of $target is ${disposableFork.exprIndex}/${ast.length}');
|
||||
// trace('index of $target is ${disposableFork.exprIndex}/${ast.length}');
|
||||
return disposableFork.exprIndex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user