diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-28 15:14:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-28 15:14:53 (GMT) |
commit | ba0b6d307897351682cfa9c8017c07d8bd0f5818 (patch) | |
tree | 0083ded33a48bd07e58f04c5a151f3bf13e408dc /Source/cmIncludeCommand.cxx | |
parent | 4fbf360a267a7f6725ae93d1ef4bb94bb1d4916d (diff) | |
download | CMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.zip CMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.tar.gz CMake-ba0b6d307897351682cfa9c8017c07d8bd0f5818.tar.bz2 |
ERR: Remove debug
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 1 |
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(); } } |