From 1b2f84a7275f89ed57547af592e52e62c20e839c Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 18 Dec 2003 13:40:29 -0500 Subject: [PATCH] ERR: Remove debug --- Source/cmLocalUnixMakefileGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index b9de31779..6fafac285 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -1578,7 +1578,6 @@ void cmLocalUnixMakefileGenerator::OutputDependLibs(std::ostream& fout) if(cacheValue && *cacheValue && (!this->SamePath(m_Makefile->GetCurrentOutputDirectory(), cacheValue))) { - std::cout << "Cache Value: " << cacheValue << std::endl; // add the correct extension std::string ltname = *lib+"_LIBRARY_TYPE"; const char* libType