From 3d7285063adacb1eb62ecec4393ef80a6023d2b7 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 4 Aug 2024 13:13:45 -0500 Subject: [PATCH] updated build system --- support/src/utils/path.cpp | 1 - 1 file changed, 1 deletion(-) 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);