소스 검색

Drop EXEC PATHP?? super verbose info message

It seems to give nightmares to Windows users.
Rémi Verschelde 8 년 전
부모
커밋
dd55950b62
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      platform/windows/os_windows.cpp

+ 0 - 1
platform/windows/os_windows.cpp

@@ -1990,7 +1990,6 @@ String OS_Windows::get_executable_path() const {
 	wchar_t bufname[4096];
 	GetModuleFileNameW(NULL, bufname, 4096);
 	String s = bufname;
-	print_line("EXEC PATHP??: " + s);
 	return s;
 }