Removed debug output.

This commit is contained in:
Matthias Koefferlein 2020-11-12 22:22:12 +01:00
parent f61aac6b1b
commit 035cd1bd34
1 changed files with 0 additions and 3 deletions

View File

@ -419,9 +419,6 @@ replace_references (const std::string &t, const gsi::ClassBase *cls_base)
}
for (RecursiveClassIterator c; ! c.at_end (); ++c) {
if (id.find ("CellConflict") != std::string::npos) {
printf("@@@ %s <-> %s\n", c->qname().c_str(), id.c_str()); fflush(stdout);
}
if (c->qname () == id) {
r += "<a href=\"";
if (mid.empty ()) {