diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 04:07:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 04:07:23 (GMT) |
commit | 8747e109a6d3fdf26190cf05569b96b3bcc5372c (patch) | |
tree | ace03a709042eaf0bc51c6ee4c2804579b26fa57 | |
parent | a385364f7874eb1e488319788e0ec30610bb53bd (diff) | |
download | CMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.zip CMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.tar.gz CMake-8747e109a6d3fdf26190cf05569b96b3bcc5372c.tar.bz2 |
ENH: remove debug print
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 2 |
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) |