From 069ccd82f778277f972987041a2a8e4f6aef007d Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Thu, 24 Apr 2003 13:25:42 -0400 Subject: [PATCH] minor fix --- Source/cmSystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index fc39f2720..218c87d3a 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1272,7 +1272,6 @@ bool RunCommandViaWin32(const char* command, } if ( !resProc.StartProcess(command, dir, verbose) ) { - std::cout << "Problem starting command" << std::endl; return false; } resProc.Wait(timeout);