Remove debug

This commit is contained in:
Jesse Boyd 2016-06-12 15:33:56 +10:00
parent 15c7957d0e
commit 506455ae40

View File

@ -344,7 +344,6 @@ public abstract class PlotArea {
}
for (Entry<String, Object> stringObjectEntry : options.entrySet()) {
if (!config.contains(stringObjectEntry.getKey())) {
PS.get().log(stringObjectEntry.toString());
config.set(stringObjectEntry.getKey(), stringObjectEntry.getValue());
}
}