Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 3, 2022
1 parent 31490c7 commit d9136dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/launcher/util/launcher_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d9136dd

Please sign in to comment.