Remove dumb log statement

This commit is contained in:
Matt 2016-05-27 11:10:36 -04:00
parent 6c40ed7718
commit 604f62dbd3

View File

@ -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);
}