Browse Source

fix code review comments

Andy Scherzinger 9 years ago
parent
commit
0db9c5e72d
1 changed files with 1 additions and 1 deletions
  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);