Ver código fonte

remove DEBUG on Section : E2EEncryption Settings

Marino Faggiana 7 anos atrás
pai
commit
1abfc1f874
1 arquivos alterados com 0 adições e 5 exclusões
  1. 0 5
      iOSClient/Settings/CCSettings.m

+ 0 - 5
iOSClient/Settings/CCSettings.m

@@ -106,8 +106,6 @@
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"onlylockdir" rowType:XLFormRowDescriptorTypeBooleanSwitch title:NSLocalizedString(@"_lock_protection_no_screen_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [section addFormRow:row];
-
-#ifdef DEBUG
     
     // Section : E2EEncryption --------------------------------------------------------------
 
@@ -122,9 +120,6 @@
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     [section addFormRow:row];
     
-#endif
-
-    
     // Section Advanced -------------------------------------------------
     
     section = [XLFormSectionDescriptor formSection];