diff --git a/src/main.d b/src/main.d index fafeb44d..101e617c 100644 --- a/src/main.d +++ b/src/main.d @@ -1486,10 +1486,6 @@ void shutdownCurlInstances() { } void shutdownApplicationLogging() { - // Join all threads to avoid any thread hanging out there - addLogEntry("Waiting for all internal threads to complete before exiting application", ["verbose"]); - // Join all threads - thread_joinAll(); // Log that we are exitintg addLogEntry("Application is exiting.", ["debug"]); addLogEntry("#######################################################################################################################################", ["logFileOnly"]);