ENH: remove debug output

This commit is contained in:
Bill Hoffman 2006-05-04 13:39:45 -04:00
parent 1794836ee3
commit d5d1525339
1 changed files with 0 additions and 1 deletions

View File

@ -406,7 +406,6 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
{ {
flags += " /TP "; flags += " /TP ";
} }
std::cerr << flags << "\n";
} }
// Add the target-specific flags. // Add the target-specific flags.