Jonas Björkert 1 год назад
Родитель
Сommit
b08cfe3596
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      LoopFollow/Task/TaskScheduler.swift

+ 1 - 1
LoopFollow/Task/TaskScheduler.swift

@@ -100,7 +100,7 @@ class TaskScheduler {
             updatedTask.nextRun = .distantFuture
             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 {
                 task.action()