Skip to content

Commit 1320cc8

Browse files
committed
Cosmetic change
1 parent 317296e commit 1320cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/iPhoneXMPP/Classes/iPhoneXMPPAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ - (void)xmppStream:(XMPPStream *)sender didNotAuthenticate:(NSXMLElement *)error
454454

455455
- (BOOL)xmppStream:(XMPPStream *)sender didReceiveIQ:(XMPPIQ *)iq
456456
{
457-
DDLogVerbose(@"%@: %@ - %@", THIS_FILE, THIS_METHOD, [iq elementID]);
457+
DDLogVerbose(@"%@: %@", THIS_FILE, THIS_METHOD);
458458

459459
return NO;
460460
}

0 commit comments

Comments
 (0)