remove trace

This commit is contained in:
2023-07-17 07:00:56 -06:00
parent bc6bbc9b97
commit 8e5b11605d

View File

@@ -265,7 +265,6 @@ class AsyncEmbeddedScript {
var cacheKey = Reader.toString(nextExp.def);
if (cache.exists(cacheKey)) {
hscriptInstructions[Std.string(commandList.length)] = cache[cacheKey];
trace(hscriptInstructions);
commandList.push(macro null);
return;
}