mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Remove log statement
was added to diagnose an issue, should have never made it into master.
This commit is contained in:
parent
8f149346a6
commit
5c00172f6a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue