Merge PR #382: Silence plugin dir debug print

pull/398/head
Jenkins nymea 2021-02-25 11:27:05 +01:00
commit 2050ac23cb
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);