removed NPE
authortobiasKaminsky <tobias@kaminsky.me>
Sat, 31 Oct 2015 12:29:04 +0000 (13:29 +0100)
committertobiasKaminsky <tobias@kaminsky.me>
Sat, 31 Oct 2015 12:29:04 +0000 (13:29 +0100)
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

index 51a77a8..9a2ad91 100644 (file)
@@ -470,10 +470,6 @@ public class OCFileListFragment extends ExtendedListFragment {
 
     @Override
     public void onItemClick(AdapterView<?> l, View v, int position, long id) {
-        // NPE
-        String string = null;
-        Log_OC.d(TAG, string.toString());
-
         OCFile file = (OCFile) mAdapter.getItem(position);
         if (file != null) {
             if (file.isFolder()) {