1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02: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:
Florian Schmaus 2013-01-11 10:30:52 +00:00 committed by flow
parent e1bb5a6123
commit 6e141eeb68

View file

@ -296,7 +296,6 @@ public class PingManager {
serverPingThread.interrupt();
serverPingTask = null;
serverPingThread = null;
System.err.println("Smack PingManger: Found existing serverPingTask");
}
if (pingInterval > 0) {