浏览代码

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;
 }