QDoc: Remove LOCAL LINK debug output.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 29 Mar 2012 03:52:16 +0000 (05:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Mar 2012 16:28:15 +0000 (18:28 +0200)
Change-Id: Iac8c5df2ca22315f34bbb738314299a23c646b2a
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/tools/qdoc/ditaxmlgenerator.cpp

index 38c3d1b..278c044 100644 (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;
 }