Skip to content

Commit

Permalink
comment out NSLog debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joenoon committed Dec 6, 2011
1 parent c7a0f63 commit b832dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhoneGapLib/Classes/Contacts.m
Expand Up @@ -289,7 +289,7 @@ - (void) search:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)option
// return found contacts (array is empty if no contacts found)
result = [PluginResult resultWithStatus:PGCommandStatus_OK messageAsArray: returnContacts cast: @"navigator.contacts._findCallback"];
jsString = [result toSuccessCallbackString:callbackId];
NSLog(@"findCallback string: %@", jsString);
// NSLog(@"findCallback string: %@", jsString);


if(addrBook){
Expand Down

0 comments on commit b832dfe

Please sign in to comment.