From 4c87af30b26d8ee463d3f539dc684c3487f341da Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 17 Dec 2007 19:48:13 -0500 Subject: [PATCH] BUG: Remove stray debugging message. --- Source/cmGlobalXCodeGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 2a974fa6d..0ecd9aa13 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -213,7 +213,6 @@ std::string cmGlobalXCodeGenerator makeCommand += " "; makeCommand += additionalOptions; } - std::cerr << "**** build command " << makeCommand.c_str() << "\n"; return makeCommand; }