summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 15:14:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 15:14:53 (GMT)
commitba0b6d307897351682cfa9c8017c07d8bd0f5818 (patch)
tree0083ded33a48bd07e58f04c5a151f3bf13e408dc /Source/cmIncludeCommand.cxx
parent4fbf360a267a7f6725ae93d1ef4bb94bb1d4916d (diff)
downloadCMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.zip
CMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.tar.gz
CMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.tar.bz2
ERR: Remove debug
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-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();
}
}