Skip to content

Commit

Permalink
Remove leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hashalite committed Apr 24, 2024
1 parent 49bbebf commit b05a1d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public static boolean isIgnored(Block block) {
return true;
}

System.out.println("Checking " + BuiltInRegistries.BLOCK.getKey(block));

if (ModConfig.INSTANCE.collision.ignoreTransparent && transparent.test(block)) {
return true;
}
Expand Down

0 comments on commit b05a1d0

Please sign in to comment.