diff --git a/support/src/utils/path.cpp b/support/src/utils/path.cpp index 6f44591f..92af6b0d 100644 --- a/support/src/utils/path.cpp +++ b/support/src/utils/path.cpp @@ -42,7 +42,6 @@ static const std::wstring directory_seperator_str_w{ repertory::utils::string::replace(path, "~", "%USERPROFILE%"); auto size = ::ExpandEnvironmentStringsA(path.c_str(), nullptr, 0); - std::cout << size << std::endl; std::string dest; dest.resize(size);