From e7ac38077a179e54fab1000e3a119ee6ac88ca69 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 14 Nov 2001 09:22:08 -0500 Subject: ENH: remove debug statements --- Source/cmUnixMakefileGenerator.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index 94f8662..6149035 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -260,12 +260,6 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file) } this->OutputObjectDepends(dependout); } - else - { - std::cout << "skipping depends\n"; - } - std::cout << "hello\n"; - this->OutputCustomRules(fout); this->OutputMakeRules(fout); this->OutputInstallRules(fout); -- cgit v0.12