Removed debug exception

This commit is contained in:
Fabrizio La Rosa 2020-08-04 00:47:07 +02:00
parent 69cadd6dda
commit d81de7b23a

View File

@ -60,11 +60,6 @@ class Driver extends BukkitRunnable {
}
public void registerHolder(Holder holder) {
try {
throw new Exception();
} catch (Exception exception) {
exception.printStackTrace();
}
holders.add(holder);
}