summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-14 14:22:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-14 14:22:08 (GMT)
commite7ac38077a179e54fab1000e3a119ee6ac88ca69 (patch)
tree8c9ae7040bcf74a294299fc790fb30cebe360053 /Source
parent4bbdfc03157bd1d32b4c57a95f4d22b636339e0e (diff)
downloadCMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.zip
CMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.tar.gz
CMake-e7ac38077a179e54fab1000e3a119ee6ac88ca69.tar.bz2
ENH: remove debug statements
Diffstat (limited to 'Source')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx6
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);