mirror of https://github.com/nymea/nymea.git
Merge PR #382: Silence plugin dir debug print
commit
2050ac23cb
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue