From daf4fff08259cabb0b01f74c65e2cb6d6139bb7c Mon Sep 17 00:00:00 2001 From: Lemon-King Date: Sun, 25 Aug 2024 00:24:06 -0400 Subject: [PATCH] Remove logging --- resources/assets/zscript/lib/xclasstranslation.zs | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/zscript/lib/xclasstranslation.zs b/resources/assets/zscript/lib/xclasstranslation.zs index d52200e..3494035 100644 --- a/resources/assets/zscript/lib/xclasstranslation.zs +++ b/resources/assets/zscript/lib/xclasstranslation.zs @@ -433,7 +433,6 @@ class XClassTranslation { if (lastCount == 0) { self.PickNextTargetValue(xcomp); } - console.printf("C: %d %d x R: %d %d", lastCount, targetVal, xcomp.counter, xcomp.targetVal); if (lastCount != targetVal) { return "none"; }