1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-11 01:59:38 +02:00

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();
}
}