summaryrefslogtreecommitdiff
path: root/qt4/src/poppler-optcontent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qt4/src/poppler-optcontent.cc')
-rw-r--r--qt4/src/poppler-optcontent.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt4/src/poppler-optcontent.cc b/qt4/src/poppler-optcontent.cc
index b9ceb7e4..822e0bd5 100644
--- a/qt4/src/poppler-optcontent.cc
+++ b/qt4/src/poppler-optcontent.cc
@@ -171,7 +171,6 @@ namespace Poppler
QMapIterator<QString, OptContentItem*> i(m_optContentItems);
while ( i.hasNext() ) {
i.next();
- qDebug() << "iterator" << i.key() << ":" << i.value();
addChild( m_rootNode, i.value() );
}
} else {