- moved check to PinCheck
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / OCFileListFragment.java
index fd0b1a5..1390df8 100644 (file)
@@ -396,9 +396,7 @@ public class OCFileListFragment extends ExtendedListFragment {
             
             // Update Footer
             TextView footerText = (TextView) mFooterView.findViewById(R.id.footerText);
-            Log_OC.d("footer", String.valueOf(System.currentTimeMillis()));
             footerText.setText(generateFooterText(directory));
-            Log_OC.d("footer", String.valueOf(System.currentTimeMillis()));
         }
     }