Drop EXEC PATHP?? super verbose info message
It seems to give nightmares to Windows users.
This commit is contained in:
@ -1990,7 +1990,6 @@ String OS_Windows::get_executable_path() const {
|
|||||||
wchar_t bufname[4096];
|
wchar_t bufname[4096];
|
||||||
GetModuleFileNameW(NULL, bufname, 4096);
|
GetModuleFileNameW(NULL, bufname, 4096);
|
||||||
String s = bufname;
|
String s = bufname;
|
||||||
print_line("EXEC PATHP??: " + s);
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user