[Kst] extragear/graphics/kst/src/libkstapp
Eli Fidler
eli at staikos.net
Mon Jan 8 19:15:30 CET 2007
SVN commit 621358 by fidler:
comment out debugging
M +3 -3 kstchangefiledialog_i.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstchangefiledialog_i.cpp #621357:621358
@@ -302,12 +302,12 @@
}
// clean up unused data sources
- kstdDebug() << "cleaning up data sources" << endl;
+// kstdDebug() << "cleaning up data sources" << endl;
KST::dataSourceList.lock().writeLock();
for (KstDataSourceList::Iterator it = oldSources.begin(); it != oldSources.end(); ++it) {
- kstdDebug() << "DATA SOURCE: " << (*it)->tag().displayString() << " (" << (void*)(*it) << ") USAGE: " << (*it)->getUsage() << endl;
+// kstdDebug() << "DATA SOURCE: " << (*it)->tag().displayString() << " (" << (void*)(*it) << ") USAGE: " << (*it)->getUsage() << endl;
if ((*it)->getUsage() == 1) {
- kstdDebug() << " -> REMOVED" << endl;
+// kstdDebug() << " -> REMOVED" << endl;
KST::dataSourceList.remove((*it).data());
}
}
More information about the Kst
mailing list