소스 검색

clear code

marinofaggiana 5 년 전
부모
커밋
5243cd19c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -318,7 +318,7 @@ PKPushRegistry *pushRegistry;
 - (void)checkPassword
 {
     // test
-    if (self.activeAccount.length == 0 || self.maintenanceMode || self.pushKitToken.length == 0)
+    if (self.activeAccount.length == 0 || self.maintenanceMode)
         return;
     
     if ([CCUtility getPassword:self.activeAccount].length == 0) {