Logging cleanups

This commit is contained in:
Akkadius
2021-02-06 04:27:41 -06:00
parent 8d7fdd6549
commit d83dc339fc
2 changed files with 59 additions and 45 deletions
-1
View File
@@ -426,7 +426,6 @@ int main(int argc, char** argv) {
#endif
if (RuleB(TaskSystem, EnableTaskSystem)) {
Log(Logs::General, Logs::Tasks, "[INIT] Loading Tasks");
p_task_manager = new TaskManager;
p_task_manager->LoadTasks();
}