ERR: Remove debug

This commit is contained in:
Andy Cedilnik 2004-03-28 10:14:53 -05:00
parent 4fbf360a26
commit ba0b6d3078
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}
}