1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 23:24:53 +02:00

Remove log statement

was added to diagnose an issue, should have never made it into master.
This commit is contained in:
Florian Schmaus 2016-02-10 14:54:32 +01:00
parent 8f149346a6
commit 5c00172f6a

View file

@ -484,7 +484,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
// closing stream element sent by the server or wait with a timeout for a
// closing stream element to be received from the server.
Exception res = closingStreamReceived.checkIfSuccessOrWait();
LOGGER.info("closingstream " + res);
} catch (InterruptedException | NoResponseException e) {
LOGGER.log(Level.INFO, "Exception while waiting for closing stream element from the server " + this, e);
}