mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-17 04:32:04 +01:00
Removed debugger enabled by default. Use sytem property for that.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7956 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
8f56995ad1
commit
fc651bbf28
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ public abstract class SmackTestCase extends TestCase {
|
|||
*/
|
||||
public SmackTestCase(String arg0) {
|
||||
super(arg0);
|
||||
XMPPConnection.DEBUG_ENABLED=true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue