Skip to content

Commit

Permalink
remove nslog statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zagraves committed Dec 14, 2009
1 parent f4fadd5 commit 7e7ed92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/YOSSocial/YOSAuthRequest.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ - (YOSRequestToken *)fetchRequestTokenWithCallbackUrl:(NSString *)callbackUrl

YOSResponseData *response = [client sendSynchronousRequest];

NSLog(@"%@", response.responseText);

if(!response.didSucceed) {
return nil;
}
Expand Down

0 comments on commit 7e7ed92

Please sign in to comment.