1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02: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:
Gaston Dombiak 2007-04-10 01:49:32 +00:00 committed by gato
parent 8f56995ad1
commit fc651bbf28

View file

@ -65,7 +65,6 @@ public abstract class SmackTestCase extends TestCase {
*/
public SmackTestCase(String arg0) {
super(arg0);
XMPPConnection.DEBUG_ENABLED=true;
}
/**