Przeglądaj źródła

Comment out Executing Task

Jonas Björkert 1 rok temu
rodzic
commit
b08cfe3596
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      LoopFollow/Task/TaskScheduler.swift

+ 1 - 1
LoopFollow/Task/TaskScheduler.swift

@@ -100,7 +100,7 @@ class TaskScheduler {
             updatedTask.nextRun = .distantFuture
             updatedTask.nextRun = .distantFuture
             tasks[taskID] = updatedTask
             tasks[taskID] = updatedTask
 
 
-            LogManager.shared.log(category: .taskScheduler, message: "Executing Task \(taskID)", isDebug: true)
+            // LogManager.shared.log(category: .taskScheduler, message: "Executing Task \(taskID)", isDebug: true)
 
 
             DispatchQueue.main.async {
             DispatchQueue.main.async {
                 task.action()
                 task.action()