Bug fixing

This commit is contained in:
2024-07-28 17:01:48 +02:00
parent a241b31299
commit a94fae4c1d

View File

@@ -306,7 +306,6 @@ public class NetworkClient extends DefaultMethodsOverrider {
disconnect(false); disconnect(false);
return; return;
} catch (IOException | ClassNotFoundException exception) { } catch (IOException | ClassNotFoundException exception) {
exception.printStackTrace();
if (logger == null) System.err.println("Receive thread failed: " + exception.getMessage()); if (logger == null) System.err.println("Receive thread failed: " + exception.getMessage());
else logger.exception("Receive thread failed", exception); else logger.exception("Receive thread failed", exception);