浏览代码

clear code

Marino Faggiana 7 年之前
父节点
当前提交
123f83e75d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      iOSClient/Main/CCMain.m

+ 0 - 3
iOSClient/Main/CCMain.m

@@ -4154,9 +4154,6 @@
 
 -(void)swipeTableCell:(nonnull MGSwipeTableCell *)cell didChangeSwipeState:(MGSwipeState)state gestureIsActive:(BOOL)gestureIsActive
 {
-    if (state == MGSwipeStateNone) {
-        NSLog(@"done");
-    }
 }
 
 - (BOOL)swipeTableCell:(MGSwipeTableCell *)cell tappedButtonAtIndex:(NSInteger)index direction:(MGSwipeDirection)direction fromExpansion:(BOOL)fromExpansion