浏览代码

clear data

Marino Faggiana 7 年之前
父节点
当前提交
fc65cc26d4
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
 }