mirror of https://github.com/nymea/nymea.git
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
parent
eaaf2e0188
commit
a95b2de303
|
|
@ -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