[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/scene

Jens-Michael Hoffmann jensmh at gmx.de
Wed Apr 14 19:14:56 CEST 2010


SVN commit 1114824 by jmhoffmann:

GeoSceneSettings: remove accidentally committed debug statements.

 M  +0 -2      GeoSceneSettings.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneSettings.cpp #1114823:1114824
@@ -56,7 +56,6 @@
 
 bool GeoSceneSettings::propertyAvailable( const QString& name, bool& available ) const
 {
-    mDebug() << "GeoSceneSettings::propertyAvailable" << name;
     QVector<GeoSceneProperty*>::const_iterator it = d->m_properties.constBegin();
     QVector<GeoSceneProperty*>::const_iterator propEnd = d->m_properties.constEnd();
     for (; it != propEnd; ++it) {
@@ -107,7 +106,6 @@
 
 bool GeoSceneSettings::propertyValue( const QString& name, bool& value ) const
 {
-    mDebug() << "GeoSceneSettings::propertyValue" << name;
     QVector<GeoSceneProperty*>::const_iterator it = d->m_properties.constBegin();
     QVector<GeoSceneProperty*>::const_iterator propEnd = d->m_properties.constEnd();
     for (; it != propEnd; ++it) {


More information about the Marble-commits mailing list