From 22cc48c5349d3c024fd92d0d4b43b443b7cf4f57 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 2 Nov 2004 17:19:19 -0500 Subject: [PATCH] BUG: Removed debugging output. --- Source/cmLocalUnixMakefileGenerator2.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index aaae75913..f3163e984 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -207,11 +207,6 @@ cmLocalUnixMakefileGenerator2 for(std::vector::const_iterator source = sources.begin(); source != sources.end(); ++source) { - if((*source)->GetCustomCommand()) - { - // Generate this custom command's rule file. - std::cout << "Found custom command!" << std::endl; - } if(!(*source)->GetPropertyAsBool("HEADER_FILE_ONLY") && !(*source)->GetCustomCommand() && !m_GlobalGenerator->IgnoreFile((*source)->GetSourceExtension().c_str()))