From 8e5b11605d7d52057cfc1f9f85670fa03f54b450 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 17 Jul 2023 07:00:56 -0600 Subject: [PATCH] remove trace --- src/kiss/AsyncEmbeddedScript.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kiss/AsyncEmbeddedScript.hx b/src/kiss/AsyncEmbeddedScript.hx index f15c703..049a15e 100644 --- a/src/kiss/AsyncEmbeddedScript.hx +++ b/src/kiss/AsyncEmbeddedScript.hx @@ -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; }