ENH: remove debug statements

This commit is contained in:
Bill Hoffman 2001-11-14 09:22:08 -05:00
parent 4bbdfc0315
commit e7ac38077a
1 changed files with 0 additions and 6 deletions

View File

@ -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);