You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by cs...@apache.org on 2015/09/10 23:57:02 UTC

cordova-plugin-globalization git commit: Remove annoying log. This closes #32

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master a234598ed -> bb97c653a


Remove annoying log. This closes #32


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/bb97c653
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/bb97c653
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/bb97c653

Branch: refs/heads/master
Commit: bb97c653a8fdeaed6fd0782354fb64cdd7fed7db
Parents: a234598
Author: José Pereira <on...@gmail.com>
Authored: Wed Dec 17 20:59:43 2014 -0800
Committer: Carlos Santana <cs...@gmail.com>
Committed: Thu Sep 10 17:56:28 2015 -0400

----------------------------------------------------------------------
 src/ios/CDVGlobalization.m | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/bb97c653/src/ios/CDVGlobalization.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVGlobalization.m b/src/ios/CDVGlobalization.m
index 7ba1f6f..1c59cfb 100644
--- a/src/ios/CDVGlobalization.m
+++ b/src/ios/CDVGlobalization.m
@@ -30,7 +30,6 @@
 {
     CDVPluginResult* result = nil;
 
-    NSLog(@"log1");
     // Source: http://stackoverflow.com/questions/3910244/getting-current-device-language-in-ios
     // (should be OK)
     NSString* language = [[NSLocale preferredLanguages] objectAtIndex:0];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org