diff options
-rw-r--r-- | src/subprocess-win32.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/subprocess-win32.cc b/src/subprocess-win32.cc index 4649ee3..2d5c1f0 100644 --- a/src/subprocess-win32.cc +++ b/src/subprocess-win32.cc @@ -103,7 +103,6 @@ bool Subprocess::Start(struct SubprocessSet* set, const string& command) { PROCESS_INFORMATION process_info; string full_command = "cmd /c " + command; - printf("running %s\n", full_command.c_str()); if (!CreateProcessA(NULL, (char*)full_command.c_str(), NULL, NULL, /* inherit handles */ TRUE, 0, NULL, NULL, |