diff options
Diffstat (limited to 'byterun/win32.c')
-rw-r--r-- | byterun/win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/win32.c b/byterun/win32.c index 5bb4fc153..b2fd4b7e9 100644 --- a/byterun/win32.c +++ b/byterun/win32.c @@ -511,7 +511,6 @@ int caml_executable_name(char * name, int name_len) int retcode; int ret = GetModuleFileName(NULL, name, name_len); - printf("ret = %d, name = %s\n", ret, name); fflush(stdout); if (0 == ret || ret >= name_len) return -1; return 0; } |