Explorar o código

Merge pull request #29 from r3ggi/master

Fixing security issue
Max Lynch %!s(int64=8) %!d(string=hai) anos
pai
achega
18233ca25d
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/ios/CDVKeychain.m

+ 1 - 3
src/ios/CDVKeychain.m

@@ -69,9 +69,7 @@
     NSString* key = [arguments objectAtIndex:0];
     NSString* value = [arguments objectAtIndex:1];
     BOOL useTouchID = [[arguments objectAtIndex:2] boolValue];
-
-      NSLog(@"SET %@ %@ %d", key ,value, useTouchID);
-
+   
     A0SimpleKeychain *keychain = [A0SimpleKeychain keychain];
 
     if(useTouchID) {