Skip to content

Commit

Permalink
Disable AssertProperQueue for sake of satan. (DT fails after NSAssert…
Browse files Browse the repository at this point in the history
… enabled)
  • Loading branch information
sergeyzenchenko committed Aug 19, 2016
1 parent 2396664 commit 10f2b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/XMPPIDTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN;
#endif

#define AssertProperQueue() NSAssert(dispatch_get_specific(queueTag), @"Invoked on incorrect queue")
#define AssertProperQueue()

const NSTimeInterval XMPPIDTrackerTimeoutNone = -1;

Expand Down

0 comments on commit 10f2b7f

Please sign in to comment.