fix: remove debug print

This commit is contained in:
aroooo 2022-10-27 19:14:22 +02:00
parent 27b88ebdf1
commit acc50e55cd

View file

@ -59,7 +59,6 @@ public class NickoBukkit extends JavaPlugin {
getLogger().info("Loading persistence..."); getLogger().info("Loading persistence...");
dataStore = new PlayerDataStore(this); dataStore = new PlayerDataStore(this);
System.out.println(dataStore.getStorage().isError());
if (!dataStore.getStorage().getProvider().init()) { if (!dataStore.getStorage().getProvider().init()) {
dataStore.getStorage().setError(true); dataStore.getStorage().setError(true);