Skip to content

Commit

Permalink
Remove test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Jun 1, 2024
1 parent 727cccf commit 152f160
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/src/main/java/cc/cassian/pyrite/Pyrite.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public class Pyrite {


public static void init(String platform) {
System.out.println(platform);
System.out.println(getVersion(platform));
//Framed Glass
createPyriteBlock("framed_glass","glass", 2.0f, MapColor.CLEAR, 0, platform);
//Framed Glass Pane
Expand Down

0 comments on commit 152f160

Please sign in to comment.