Remove debug stacktrace

This commit is contained in:
Dan Mulloy 2015-05-22 14:38:27 -04:00
parent 99dea686a9
commit e0d4110cd2

View File

@ -2035,7 +2035,7 @@ public class MinecraftReflection {
success = getMinecraftClass(alias);
break;
} catch (RuntimeException e1) {
e1.printStackTrace(); // TODO DEBUG
// e1.printStackTrace();
}
}