summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2014-04-05 15:48:27 +0200
committerPino Toscano <pino@kde.org>2014-04-05 15:48:27 +0200
commit9fcd46ac4a94f138981ec5afaab3875918c6a175 (patch)
tree31e98cd65fd2a0cf1f8be434b95aa9a47f612d7c
parent37286ee2923de060ae463ac6b178ffd0e6096b90 (diff)
qt4/qt5: remove extra qDebugpoppler-0.24
-rw-r--r--qt4/src/poppler-optcontent.cc1
-rw-r--r--qt5/src/poppler-optcontent.cc1
2 files changed, 0 insertions, 2 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 {
diff --git a/qt5/src/poppler-optcontent.cc b/qt5/src/poppler-optcontent.cc
index 94df59e0..0ead4610 100644
--- a/qt5/src/poppler-optcontent.cc
+++ b/qt5/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 {