Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Aug 25, 2024
1 parent 60d28f2 commit daf4fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/assets/zscript/lib/xclasstranslation.zs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit daf4fff

Please sign in to comment.