Removed debug message from GetLocalAppDataPath()

It couldn't be turned off, so was basically console spam.
This commit is contained in:
Oliver Hamlet
2014-11-01 12:39:10 +00:00
parent a22d1310a3
commit 89a4389e58
-1
View File
@@ -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)