summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmIncludeCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx
index d7f1389..9adcec5 100644
--- a/Source/cmIncludeCommand.cxx
+++ b/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();
}
}