mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-08 03:21:32 +01:00
Remove debug
This commit is contained in:
parent
e3f6131bfd
commit
06d7664306
@ -95,7 +95,6 @@ public class DataManager {
|
||||
ResultSet result = statement.executeQuery(selectSpawners);
|
||||
while (result.next()) {
|
||||
int spawnerId = result.getInt("id");
|
||||
System.out.println(result.getRow());
|
||||
|
||||
int amount = result.getInt("amount");
|
||||
|
||||
@ -109,7 +108,6 @@ public class DataManager {
|
||||
spawnerStack.setId(spawnerId);
|
||||
spawners.put(location, spawnerStack);
|
||||
}
|
||||
System.out.println("loaded " + spawners.size());
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user