summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-04 17:39:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-04 17:39:45 (GMT)
commitd5d15253399ff786809b24ac659f8cb818786179 (patch)
treecaf6242c7ee912174637764d9aec6bde3054fca4 /Source
parent1794836ee3e8727c9eed233f1ebaa0a1dbf76e57 (diff)
downloadCMake-d5d15253399ff786809b24ac659f8cb818786179.zip
CMake-d5d15253399ff786809b24ac659f8cb818786179.tar.gz
CMake-d5d15253399ff786809b24ac659f8cb818786179.tar.bz2
ENH: remove debug output
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index fdc4288..2038c2e 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -406,7 +406,6 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
{
flags += " /TP ";
}
- std::cerr << flags << "\n";
}
// Add the target-specific flags.