From aa5906f1f11e6e22880ad00e22e199f841b53bb6 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 17 Oct 2013 17:38:19 +0000 Subject: [PATCH] SMACK-457 Remove unnecessary printStackTrace() in XMPPConnection git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13773 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/XMPPConnection.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index 5e3fd689f..9ee5a3f75 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -1060,8 +1060,6 @@ public class XMPPConnection extends Connection { packetWriter.done = true; // Closes the connection temporary. A reconnection is possible shutdown(new Presence(Presence.Type.unavailable)); - // Print the stack trace to help catch the problem - e.printStackTrace(); // Notify connection listeners of the error. for (ConnectionListener listener : getConnectionListeners()) { try {