BUG: Remove stray debugging message.

This commit is contained in:
Brad King 2007-12-17 19:48:13 -05:00
parent abaa026721
commit 4c87af30b2
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ std::string cmGlobalXCodeGenerator
makeCommand += " ";
makeCommand += additionalOptions;
}
std::cerr << "**** build command " << makeCommand.c_str() << "\n";
return makeCommand;
}