소스 검색

fix code review comments

Andy Scherzinger 9 년 전
부모
커밋
0db9c5e72d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/com/owncloud/android/ui/fragment/LocalFileListFragment.java

+ 1 - 1
src/com/owncloud/android/ui/fragment/LocalFileListFragment.java

@@ -113,7 +113,7 @@ public class LocalFileListFragment extends ExtendedListFragment {
                 listDirectory(file);
                 // notify the click to container Activity
                 mContainerActivity.onDirectoryClick(file);
-                Log_OC.e(TAG, "onItemClick directory");
+
                 // save index and top position
                 saveIndexAndTopPosition(position);