Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 10, 2025
1 parent 6811bff commit d5a7ee1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static boolean preInit() {
.withStateAndTemperature(FluidState.LIQUID, 300).buildAndRegister().asFluid() };
return true;
} catch (Exception e) {
e.printStackTrace();
MainRegistry.Logger.error(e);
return false;
}
Expand Down

0 comments on commit d5a7ee1

Please sign in to comment.