소스 검색

clear code

Marino Faggiana 8 년 전
부모
커밋
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