ENH: remove debug print

This commit is contained in:
Bill Hoffman 2009-06-26 00:07:23 -04:00
parent a385364f78
commit 8747e109a6
1 changed files with 0 additions and 2 deletions

View File

@ -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)