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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib/geodata/scene
From:       Jens-Michael Hoffmann <jensmh () gmx ! de>
Date:       2010-04-14 17:14:56
Message-ID: 20100414171456.5B4EEAC898 () svn ! kde ! org
[Download RAW message or body]

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) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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