Skip to content

Commit

Permalink
Remove a debug log message from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Aug 6, 2013
1 parent e5d233b commit 4364cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IRCCloud/Classes/NetworkConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ -(NSDictionary *)login:(NSString *)email password:(NSString *)password {
[request setValue:_userAgent forHTTPHeaderField:@"User-Agent"];
[request setHTTPMethod:@"POST"];
[request setHTTPBody:[[NSString stringWithFormat:@"email=%@&password=%@", email_escaped, password_escaped] dataUsingEncoding:NSUTF8StringEncoding]];
NSLog(@"%@", [NSString stringWithFormat:@"email=%@&password=%@", email_escaped, password_escaped]);

CFRelease(email_escaped);
CFRelease(password_escaped);

Expand Down

0 comments on commit 4364cd0

Please sign in to comment.