no need to trace AsyncEmbeddedScript commands--just print
This commit is contained in:
@@ -177,7 +177,7 @@ class AsyncEmbeddedScript {
|
|||||||
var expr = Kiss.readerExpToHaxeExpr(nextExp, k);
|
var expr = Kiss.readerExpToHaxeExpr(nextExp, k);
|
||||||
|
|
||||||
#if debug
|
#if debug
|
||||||
expr = macro { trace($v{exprString}); $expr; };
|
expr = macro { Prelude.print($v{exprString}); $expr; };
|
||||||
#end
|
#end
|
||||||
if (expr != null) {
|
if (expr != null) {
|
||||||
commandList.push(macro function(self, cc) {
|
commandList.push(macro function(self, cc) {
|
||||||
|
Reference in New Issue
Block a user