comment out NSLog debugging statement Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/b832dfe8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/b832dfe8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/b832dfe8
Branch: refs/heads/master Commit: b832dfe8b7d727a898addea5268e37c25aee2f21 Parents: c7a0f63 Author: Joe Noon <joen...@gmail.com> Authored: Mon Dec 5 18:45:47 2011 -0800 Committer: Joe Noon <joen...@gmail.com> Committed: Mon Dec 5 18:45:47 2011 -0800 ---------------------------------------------------------------------- PhoneGapLib/Classes/Contacts.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/b832dfe8/PhoneGapLib/Classes/Contacts.m ---------------------------------------------------------------------- diff --git a/PhoneGapLib/Classes/Contacts.m b/PhoneGapLib/Classes/Contacts.m index 56b5c59..5669607 100755 --- a/PhoneGapLib/Classes/Contacts.m +++ b/PhoneGapLib/Classes/Contacts.m @@ -289,7 +289,7 @@ // 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){