Updated JSONDatabaseHandler to remove debug

https://github.com/BentoBoxWorld/BentoBox/issues/830
This commit is contained in:
tastybento 2019-07-10 11:52:56 -07:00 committed by GitHub
parent d52a687930
commit dc56156904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ public class JSONDatabaseHandler<T> extends AbstractJSONDatabaseHandler<T> {
shutdown = true;
}
while (!processQueue.isEmpty()) {
Bukkit.getLogger().info("Queue = " + processQueue.size());
processQueue.poll().run();
}
// Clear the queue and then sleep