Browse Source

Disable change log; to remove in future

David A. Velasco 12 years ago
parent
commit
a99f74bd9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/owncloud/android/ui/activity/FileDisplayActivity.java

+ 1 - 1
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@ -212,7 +212,7 @@ public class FileDisplayActivity extends SherlockFragmentActivity implements
         
         
         // show changelog, if needed
-        showChangeLog();
+        //showChangeLog();
         
         Log.d(getClass().toString(), "onCreate() end");
     }