Skip to content

Commit

Permalink
[XEP-0054] Disable verbose debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
echamberlain committed Mar 20, 2011
1 parent 0b017c8 commit 73a1c31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Extensions/XEP-0054/XMPPvCardTempModule.m
Expand Up @@ -6,10 +6,13 @@
// Copyright 2011 RF.com. All rights reserved.
//

#import "XMPPvCardTempModule.h"
#ifdef DEBUG_LEVEL
#undef DEBUG_LEVEL
#define DEBUG_LEVEL 1
#endif

#undef DEBUG_LEVEL
#define DEBUG_LEVEL 4

#import "XMPPvCardTempModule.h"

#import "DDLog.h"

Expand Down

0 comments on commit 73a1c31

Please sign in to comment.