From 89a4389e58f58e7b1c527d41c476b694b4fd05bb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 11 Oct 2014 14:24:37 +0100 Subject: [PATCH] Removed debug message from GetLocalAppDataPath() It couldn't be turned off, so was basically console spam. --- src/backend/helpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/helpers.cpp b/src/backend/helpers.cpp index 3d71a536..2d37cbf6 100644 --- a/src/backend/helpers.cpp +++ b/src/backend/helpers.cpp @@ -200,7 +200,6 @@ namespace loot { HWND owner = 0; TCHAR path[MAX_PATH]; - BOOST_LOG_TRIVIAL(trace) << "Getting path to %LOCALAPPDATA%."; HRESULT res = SHGetFolderPath(owner, CSIDL_LOCAL_APPDATA, NULL, SHGFP_TYPE_CURRENT, path); if (res == S_OK)