Browse Source

Remove verbose

Mario Danic 8 years ago
parent
commit
9901a80b01
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/com/owncloud/android/MainApp.java

+ 0 - 2
src/com/owncloud/android/MainApp.java

@@ -119,8 +119,6 @@ public class MainApp extends Application {
 
         cleanOldEntries();
 
-
-        JobManager.instance().setVerbose(true);
         Log_OC.d("SyncedFolderObserverService", "Start service SyncedFolderObserverService");
         Intent i = new Intent(this, SyncedFolderObserverService.class);
         startService(i);