From 67114dbd39e441654d26a26849bdbdd12e49eee8 Mon Sep 17 00:00:00 2001 From: aemony Date: Sun, 9 Jun 2024 01:55:20 +0200 Subject: [PATCH] Missed one log line --- src/utility/utility.cpp | 2 -- 1 file changed, 2 deletions(-) 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;