mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Remove debug
This commit is contained in:
parent
15c7957d0e
commit
506455ae40
@ -344,7 +344,6 @@ public abstract class PlotArea {
|
|||||||
}
|
}
|
||||||
for (Entry<String, Object> stringObjectEntry : options.entrySet()) {
|
for (Entry<String, Object> stringObjectEntry : options.entrySet()) {
|
||||||
if (!config.contains(stringObjectEntry.getKey())) {
|
if (!config.contains(stringObjectEntry.getKey())) {
|
||||||
PS.get().log(stringObjectEntry.toString());
|
|
||||||
config.set(stringObjectEntry.getKey(), stringObjectEntry.getValue());
|
config.set(stringObjectEntry.getKey(), stringObjectEntry.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user