summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-26 04:07:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-26 04:07:23 (GMT)
commit8747e109a6d3fdf26190cf05569b96b3bcc5372c (patch)
treeace03a709042eaf0bc51c6ee4c2804579b26fa57
parenta385364f7874eb1e488319788e0ec30610bb53bd (diff)
downloadCMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.zip
CMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.tar.gz
CMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.tar.bz2
ENH: remove debug print
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index f3d01e7..56a1eca 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -358,8 +358,6 @@ void cmVisualStudio10TargetGenerator::WriteObjSources()
for(std::vector<cmSourceFile*>::const_iterator source = sources.begin();
source != sources.end(); ++source)
{
- std::cerr << (*source)->GetExtension() << "\n";
- std::cerr << (*source)->GetFullPath() << "\n";
if((*source)->GetExtension() == "obj")
{
if(first)