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
1 changed files with 0 additions and 1 deletions

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);
}