remove trace
This commit is contained in:
@@ -265,7 +265,6 @@ class AsyncEmbeddedScript {
|
|||||||
var cacheKey = Reader.toString(nextExp.def);
|
var cacheKey = Reader.toString(nextExp.def);
|
||||||
if (cache.exists(cacheKey)) {
|
if (cache.exists(cacheKey)) {
|
||||||
hscriptInstructions[Std.string(commandList.length)] = cache[cacheKey];
|
hscriptInstructions[Std.string(commandList.length)] = cache[cacheKey];
|
||||||
trace(hscriptInstructions);
|
|
||||||
commandList.push(macro null);
|
commandList.push(macro null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user