Remove stack trace printing for trove support

This commit is contained in:
fullwall 2013-11-14 23:24:10 +08:00
parent 7d0476d101
commit 02d9b559e4
1 changed files with 1 additions and 6 deletions

View File

@ -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) {
}
}
}