QDoc: Remove LOCAL LINK debug output.

Change-Id: Iac8c5df2ca22315f34bbb738314299a23c646b2a
Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
Casper van Donderen 2012-03-29 05:52:16 +02:00 committed by Qt by Nokia
parent c8f7677596
commit c1cb279019

View File

@ -4286,7 +4286,6 @@ QString DitaXmlGenerator::getLink(const Atom* atom,
}
if (!link.isEmpty() && link[0] == '#') {
link.prepend(outFileName());
qDebug() << "LOCAL LINK:" << link;
}
return link;
}