mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Remove debug exception logging calls
This commit is contained in:
parent
f62feae6a6
commit
28d35e0fed
@ -73,7 +73,6 @@ public class BukkitServerShutdownSave extends ServerShutdownSave {
|
||||
|
||||
return (Boolean) minecraftServerClass.getMethod("isStopped").invoke(minecraftServer);
|
||||
} catch (Exception | NoClassDefFoundError | NoSuchFieldError | NoSuchMethodError e) {
|
||||
e.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -88,7 +87,6 @@ public class BukkitServerShutdownSave extends ServerShutdownSave {
|
||||
|
||||
return (Boolean) minecraftServerClass.getMethod("isStopped").invoke(minecraftServer);
|
||||
} catch (Exception | NoClassDefFoundError | NoSuchFieldError | NoSuchMethodError e) {
|
||||
e.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user