SVN_SILENT: ooh, old. tidy up.

svn path=/trunk/KDE/kdelibs/; revision=1122858
This commit is contained in:
Aaron J. Seigo 2010-05-04 21:15:10 +00:00
parent 7db44e77f2
commit e56ec546f3

View File

@ -615,9 +615,7 @@ DataContainer *DataEnginePrivate::source(const QString &sourceName, bool createW
return 0;
}
/*kDebug() << "DataEngine " << q->objectName()
<< ": could not find DataContainer " << sourceName
<< ", creating" << endl;*/
//kDebug() << "DataEngine " << q->objectName() << ": could not find DataContainer " << sourceName << ", creating";
DataContainer *s = new DataContainer(q);
s->setObjectName(sourceName);
sources.insert(sourceName, s);