浏览代码

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);