Browse Source

ENH: remove debug print

Bill Hoffman 16 years ago
parent
commit
8747e109a6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/cmVisualStudio10TargetGenerator.cxx

+ 0 - 2
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)