fix: remove debug print
This commit is contained in:
parent
27b88ebdf1
commit
acc50e55cd
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ public class NickoBukkit extends JavaPlugin {
|
|||
|
||||
getLogger().info("Loading persistence...");
|
||||
dataStore = new PlayerDataStore(this);
|
||||
System.out.println(dataStore.getStorage().isError());
|
||||
|
||||
if (!dataStore.getStorage().getProvider().init()) {
|
||||
dataStore.getStorage().setError(true);
|
||||
|
|
Loading…
Reference in a new issue