diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 14:22:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 14:22:08 (GMT) |
commit | e7ac38077a179e54fab1000e3a119ee6ac88ca69 (patch) | |
tree | 8c9ae7040bcf74a294299fc790fb30cebe360053 | |
parent | 4bbdfc03157bd1d32b4c57a95f4d22b636339e0e (diff) | |
download | CMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.zip CMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.tar.gz CMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.tar.bz2 |
ENH: remove debug statements
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 6 |
1 files changed, 0 insertions, 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); |