From 9421482065659918e506fb0589b27cc2ecd25974 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Tue, 20 Oct 2015 19:56:41 -0400 Subject: [PATCH] Removed more unnecessary console output. --- src/net/theprogrammersworld/herobrine/ConfigDB.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/net/theprogrammersworld/herobrine/ConfigDB.java b/src/net/theprogrammersworld/herobrine/ConfigDB.java index dcca8b8..f1658f1 100644 --- a/src/net/theprogrammersworld/herobrine/ConfigDB.java +++ b/src/net/theprogrammersworld/herobrine/ConfigDB.java @@ -663,9 +663,7 @@ public class ConfigDB } if (!HerobrineAI.availableWorld) { - ConfigDB.this.log.warning("**********************************************************"); - ConfigDB.this.log.warning("[Herobrine] There are no available worlds for Herobrine!"); - ConfigDB.this.log.warning("**********************************************************"); + ConfigDB.this.log.warning("[Herobrine] There are no available worlds for Herobrine."); } } }, 1L);