Browse Source

ERR: Remove debug

Andy Cedilnik 21 years ago
parent
commit
ba0b6d3078
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmIncludeCommand.cxx

+ 0 - 1
Source/cmIncludeCommand.cxx

@@ -43,7 +43,6 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args)
     std::string mfile = m_Makefile->GetModulesFile(module.c_str());
     if ( mfile.size() )
       {
-      std::cout << "Module found: " << mfile.c_str() << std::endl;
       fname = mfile.c_str();
       }
     }