From 9fcd46ac4a94f138981ec5afaab3875918c6a175 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 5 Apr 2014 15:48:27 +0200 Subject: qt4/qt5: remove extra qDebug --- qt4/src/poppler-optcontent.cc | 1 - qt5/src/poppler-optcontent.cc | 1 - 2 files changed, 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 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 i(m_optContentItems); while ( i.hasNext() ) { i.next(); - qDebug() << "iterator" << i.key() << ":" << i.value(); addChild( m_rootNode, i.value() ); } } else { -- cgit v1.2.3