Browse Source

remove comments

Marino Faggiana 7 years ago
parent
commit
2e98d0f5f7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      iOSClient/Settings/CCSettings.m

+ 1 - 2
iOSClient/Settings/CCSettings.m

@@ -107,7 +107,6 @@
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [section addFormRow:row];
 
-    /*
 #ifdef DEBUG
     // Section : E2EEncryption --------------------------------------------------------------
 
@@ -122,7 +121,7 @@
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     [section addFormRow:row];
 #endif
-*/
+
     
     // Section Advanced -------------------------------------------------