mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +00:00
Remove dumb log statement
This commit is contained in:
parent
6c40ed7718
commit
604f62dbd3
1 changed files with 0 additions and 1 deletions
|
@ -539,7 +539,6 @@ public class MemorySection implements ConfigurationSection {
|
|||
List<?> list = getList(path);
|
||||
|
||||
if (list == null) {
|
||||
PS.get().log(path + " is null");
|
||||
return new ArrayList<>(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue