diff --git a/src/tools/launcher/util/launcher_util.cc b/src/tools/launcher/util/launcher_util.cc index 19ee1484583177..b4f256553d826b 100644 --- a/src/tools/launcher/util/launcher_util.cc +++ b/src/tools/launcher/util/launcher_util.cc @@ -106,7 +106,6 @@ bool DoesFilePathExist(const wchar_t* path) { bool res = (dwAttrib != INVALID_FILE_ATTRIBUTES && !(dwAttrib & FILE_ATTRIBUTE_DIRECTORY)); - PrintError(L"DoesFilePathExist: %ls -> %d", path, res); return res; }