Browse Source

minor fix

Berk Geveci 22 years ago
parent
commit
069ccd82f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmSystemTools.cxx

+ 0 - 1
Source/cmSystemTools.cxx

@@ -1272,7 +1272,6 @@ bool RunCommandViaWin32(const char* command,
     }
     }
   if ( !resProc.StartProcess(command, dir, verbose) )
   if ( !resProc.StartProcess(command, dir, verbose) )
     {
     {
-    std::cout << "Problem starting command" << std::endl;
     return false;
     return false;
     }
     }
   resProc.Wait(timeout);
   resProc.Wait(timeout);