Removed logging

This commit is contained in:
Andrew 2013-05-21 00:34:37 +12:00
parent fd243d196c
commit 1739c96e38

View File

@ -100,7 +100,6 @@ public class Disguise {
Constructor<?> contructor = watcherClass.getDeclaredConstructor(int.class);
watcher = (FlagWatcher) contructor.newInstance(entityId);
} catch (Exception ex) {
System.out.print("No watcher found");
// There is no watcher for this entity
}
if (watcher == null && entity instanceof EntityAgeable && this instanceof MobDisguise) {