diff --git a/src/utility/utility.cpp b/src/utility/utility.cpp index 496dead..418f508 100644 --- a/src/utility/utility.cpp +++ b/src/utility/utility.cpp @@ -2655,8 +2655,6 @@ SKIF_Util_FileExplorer_SelectFile (PCWSTR filePath) SKIF_Util_ExplorePath (std::filesystem::path(_data->path).parent_path().wstring()); } - PLOG_VERBOSE << "Worker_SelectFile shutting down..."; - // Free up the memory we allocated delete _data;