[Marble-commits] branches/KDE/4.3/kdeedu/marble/src/lib

Dennis Nienhüser earthwings at gentoo.org
Sun Nov 15 10:41:57 CET 2009


SVN commit 1049442 by nienhueser:

Remove repeated (every minute) useless debug output. Backport of commit 1046166
BUG: 184033


 M  +0 -1      ExtDateTime.cpp  
 M  +0 -1      SunLocator.cpp  


--- branches/KDE/4.3/kdeedu/marble/src/lib/ExtDateTime.cpp #1049441:1049442
@@ -97,7 +97,6 @@
     int  min = m_datetime.time().minute();
     if ( m_lastmin != min ) {
         m_lastmin = min;
-        qDebug() << "timeChanged";
         emit timeChanged();
     }
 }
--- branches/KDE/4.3/kdeedu/marble/src/lib/SunLocator.cpp #1049441:1049442
@@ -232,7 +232,6 @@
 
 void SunLocator::update()
 {
-    qDebug() << "void SunLocator::update()";
     updatePosition();
     if ( d->m_show || d->m_centered ) {
         if ( d->m_show )


More information about the Marble-commits mailing list