mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-10 14:00:49 +01:00
Remove dumb log statement
This commit is contained in:
@@ -539,7 +539,6 @@ public class MemorySection implements ConfigurationSection {
|
|||||||
List<?> list = getList(path);
|
List<?> list = getList(path);
|
||||||
|
|
||||||
if (list == null) {
|
if (list == null) {
|
||||||
PS.get().log(path + " is null");
|
|
||||||
return new ArrayList<>(0);
|
return new ArrayList<>(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user