Removed enable/disable debugger.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3131 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-12-01 04:28:15 +00:00 committed by gato
parent 3db31f9169
commit 66c30903d0
2 changed files with 0 additions and 11 deletions

View File

@ -131,9 +131,4 @@ public class MessageTest extends SmackTestCase {
protected int getMaxConnections() {
return 2;
}
protected void setUp() throws Exception {
XMPPConnection.DEBUG_ENABLED = false;
super.setUp();
}
}

View File

@ -21,7 +21,6 @@
package org.jivesoftware.smackx;
import org.jivesoftware.smack.PacketCollector;
import org.jivesoftware.smack.XMPPConnection;
import org.jivesoftware.smack.filter.PacketIDFilter;
import org.jivesoftware.smack.packet.IQ;
import org.jivesoftware.smack.test.SmackTestCase;
@ -68,9 +67,4 @@ public class VersionTest extends SmackTestCase {
protected int getMaxConnections() {
return 1;
}
protected void setUp() throws Exception {
XMPPConnection.DEBUG_ENABLED = false;
super.setUp();
}
}