From ba0b6d307897351682cfa9c8017c07d8bd0f5818 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 28 Mar 2004 10:14:53 -0500 Subject: [PATCH] ERR: Remove debug --- Source/cmIncludeCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index d7f13894b..9adcec58d 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -43,7 +43,6 @@ bool cmIncludeCommand::InitialPass(std::vector 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(); } }