Browse Source

remove cerr

Bill Hoffman 23 years ago
parent
commit
f03d370ee7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator.cxx

@@ -134,7 +134,6 @@ void cmLocalUnixMakefileGenerator::ProcessDepends(const cmMakeDepend &md)
         
         // Delete any hints from the source file's dependencies.
         (*i)->GetDepends().erase((*i)->GetDepends().begin(), (*i)->GetDepends().end());
-        std::cerr << "get depends for " << (*i)->GetFullPath() << "\n";
 
         // Now add the real dependencies for the file.
         if (info)