mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-29 19:41:50 +01:00
Remove stack trace printing for trove support
This commit is contained in:
parent
a4cda3e25c
commit
04cae6b692
@ -171,12 +171,7 @@ public class CitizensNPCRegistry implements NPCRegistry {
|
||||
try {
|
||||
Class.forName("gnu.trove.map.hash.TIntObjectHashMap").newInstance();
|
||||
TROVE_EXISTS = true;
|
||||
} catch (InstantiationException e) {
|
||||
e.printStackTrace();
|
||||
} catch (IllegalAccessException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
} catch (Exception e) {
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user