Skip to content

Commit

Permalink
BUGFIX: deleted forgotten NSLog statement
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemKurz committed Dec 12, 2011
1 parent bb34dec commit 7d19870
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Classes/ShareKit/Sharers/Services/Facebook/SHKFacebook.m
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ - (void)requestLoading:(FBRequest *)request
}

- (void)request:(FBRequest *)request didLoad:(id)result
{
NSLog(@"result: %@", [result description]);

{
if ([result objectForKey:@"username"]){
[[NSUserDefaults standardUserDefaults] setObject:result forKey:kSHKFacebookUserInfo];
}
Expand Down

0 comments on commit 7d19870

Please sign in to comment.