remove debug

This commit is contained in:
Jesse Boyd 2019-04-23 12:57:39 +10:00
parent 1abe444205
commit 21a5b04b7b
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -37,7 +37,6 @@ public class SinglePlotArea extends GridPlotWorld {
}
@Override public void saveConfiguration(ConfigurationSection config) {
new Exception().printStackTrace();
super.saveConfiguration(config);
}