ENH: remove debug statements
This commit is contained in:
parent
4bbdfc0315
commit
e7ac38077a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue