Browse Source

clear data

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

+ 2 - 0
iOSClient/Settings/NCManageEndToEndEncryption.m

@@ -143,6 +143,7 @@
         [section addFormRow:row];   
     }
     
+/*
 #ifdef DEBUG
     // Section DELETE KEYS -------------------------------------------------
     
@@ -166,6 +167,7 @@
     [section addFormRow:row];
     
 #endif
+*/
     
     self.form = form;
 }