slightly cleaner

This commit is contained in:
Aaron Seigo 2012-11-09 15:39:32 +01:00
parent 1021ecf18f
commit 63f7fe555a

View File

@ -117,11 +117,11 @@ Applet *PluginLoader::loadApplet(const QString &name, uint appletId, const QVari
}
}
/* if (offers.count() > 1) {
#ifndef NDEBUG
if (offers.count() > 1) {
kDebug() << "hey! we got more than one! let's blindly take the first one";
}
#endif
} */
AppletPrivate::filterOffers(offers);
if (offers.isEmpty()) {