Marino Faggiana 7 년 전
부모
커밋
3c92afb428
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      iOSClient/Utility/CCUtility.m

+ 0 - 3
iOSClient/Utility/CCUtility.m

@@ -235,9 +235,6 @@
 {
     NSString *key = [E2E_PublicKey stringByAppendingString:account];
     [UICKeyChainStore setString:publicKey forKey:key service:k_serviceShareKeyChain];
-    
-    NSString *x = [self getEndToEndPublicKey:account];
-    NSLog(@"x");
 }
 
 + (void)setEndToEndPrivateKeyCipher:(NSString *)account privateKeyCipher:(NSString *)privateKeyCipher