Skip to content

Commit

Permalink
ModelBakeryMixin: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Nov 3, 2024
1 parent 5ab3932 commit 4bc224f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private void captureModels(
return;
}

System.out.printf("#%08X for %s%n", _rgbMultiplier, block);
blockColors.addMapping(MultipliedBlockColor.setMultiplier(blockColor, _rgbMultiplier), id);
}

Expand Down

0 comments on commit 4bc224f

Please sign in to comment.