Silence plugin dir debug print

This is printed before logging filters are set because it's needed
for generating the --help text. There shouldn't be a debug print at
this place yet.
pull/382/head
Michael Zanetti 2021-01-09 11:48:59 +01:00
parent eaaf2e0188
commit a95b2de303
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ QList<QJsonObject> ThingManagerImplementation::pluginsMetadata()
foreach (const QString &path, searchDirs) {
QDir dir(path);
qCDebug(dcThingManager) << "Loading plugins from:" << dir.absolutePath();
foreach (const QString &entry, dir.entryList({"*.so", "*.js", "*.py"}, QDir::Files)) {
QFileInfo fi(path + '/' + entry);