Skip to content

Commit

Permalink
Merge pull request #91 from Thorfusion/API-Extensions
Browse files Browse the repository at this point in the history
Removes debug code
  • Loading branch information
maggi373 committed Jan 29, 2023
2 parents 24b043c + 609eb58 commit 64fd7f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/mekanism/api/gas/GasifyableItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ public class GasifyableItems {
static List<Gas> validGases = new ArrayList<>();

public static void registerGasifyables(String oredict, Gas gas, Integer quantity) {
System.out.println("oredict = " + oredict);
System.out.println("gas = " + gas);
System.out.println("quantity = " + quantity);

GasStack gasifyEntry = new GasStack(gas, quantity);

gasifyableItems.put(oredict, gasifyEntry);
Expand Down

0 comments on commit 64fd7f1

Please sign in to comment.