summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-18 00:48:13 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-18 00:48:13 (GMT)
commit4c87af30b26d8ee463d3f539dc684c3487f341da (patch)
treeca6f6a4c81cf1b56707a62f6bf1b97698f84210c /Source/cmGlobalXCodeGenerator.cxx
parentabaa0267210811b4aa1d20a590a56e525b67e40a (diff)
downloadCMake-4c87af30b26d8ee463d3f539dc684c3487f341da.zip
CMake-4c87af30b26d8ee463d3f539dc684c3487f341da.tar.gz
CMake-4c87af30b26d8ee463d3f539dc684c3487f341da.tar.bz2
BUG: Remove stray debugging message.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 2a974fa..0ecd9aa 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;
}