mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 10:32:05 +01:00
PingManager: removed debug message that claims to be a error message
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13393 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e1bb5a6123
commit
6e141eeb68
1 changed files with 0 additions and 1 deletions
|
@ -296,7 +296,6 @@ public class PingManager {
|
|||
serverPingThread.interrupt();
|
||||
serverPingTask = null;
|
||||
serverPingThread = null;
|
||||
System.err.println("Smack PingManger: Found existing serverPingTask");
|
||||
}
|
||||
|
||||
if (pingInterval > 0) {
|
||||
|
|
Loading…
Reference in a new issue