remove debug statement

develop
Myk Taylor 2023-04-07 13:17:17 -07:00
parent 91b35475fa
commit 4d758589cb
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 0 additions and 2 deletions

@ -34,8 +34,6 @@ static LPCWSTR launch_via_steam_windows() {
LONG retCode = RegGetValueW(HKEY_CURRENT_USER, L"SOFTWARE\\Valve\\Steam",
L"SteamExe", RRF_RT_REG_SZ, NULL, &steamPath, &datasize);
MessageBoxW(NULL, steamPath, NULL, 0);
if (retCode != ERROR_SUCCESS)
return L"Could not find Steam client executable";