[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/office/tellico/src/translators
From:       Robby Stephenson <robby () periapsis ! org>
Date:       2009-02-28 2:35:50
Message-ID: 1235788550.655852.27852.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 933128 by rstephenson:

clean up a few more debug statements

 M  +3 -3      pdfimporter.cpp  


--- trunk/playground/office/tellico/src/translators/pdfimporter.cpp #933127:933128
@@ -160,7 +160,7 @@
                                        ")"));
         if(rx.indexIn(text) > -1) {
           QString doi = rx.cap(1);
-          myDebug() << "PDFImporter::collection() - in PDF file, found DOI: " << doi << endl;
+          myDebug() << "in PDF file, found DOI: " << doi;
           entry->setField(QLatin1String("doi"), doi);
           hasDOI = true;
         }
@@ -172,7 +172,7 @@
                                          ")"));
         if(rx.indexIn(text) > -1) {
           QString arxiv = rx.cap(1);
-          myDebug() << "PDFImporter::collection() - in PDF file, found arxiv: " << arxiv << endl;
+          myDebug() << "in PDF file, found arxiv: " << arxiv;
           if(!entry->collection()->hasField(QLatin1String("arxiv"))) {
             Data::FieldPtr field(new Data::Field(QLatin1String("arxiv"), i18n("arXiv ID")));
             field->setCategory(i18n("Publishing"));
@@ -185,7 +185,7 @@
         delete page;
       }
     } else {
-      myDebug() << "PDFImporter::collection() - unable to read PDF info (poppler)" << endl;
+      myDebug() << "unable to read PDF info (poppler)";
     }
     delete doc;
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic