Mario Danic 8 жил өмнө
parent
commit
9901a80b01

+ 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);