mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-14 14:45:49 +01:00
Remove debug stacktrace
This commit is contained in:
parent
99dea686a9
commit
e0d4110cd2
@ -2035,7 +2035,7 @@ public class MinecraftReflection {
|
||||
success = getMinecraftClass(alias);
|
||||
break;
|
||||
} catch (RuntimeException e1) {
|
||||
e1.printStackTrace(); // TODO DEBUG
|
||||
// e1.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user