fixed description update, after changing the default protocol

This commit is contained in:
vladimir.kuznetsov 2023-12-13 14:14:37 +07:00
parent e66fbc3289
commit 39d1f1677f
2 changed files with 1 additions and 3 deletions

View file

@ -169,8 +169,6 @@ QJsonObject ImportController::extractAmneziaConfig(QString &data)
QJsonObject config = QJsonDocument::fromJson(ba).object();
qDebug() << config;
return config;
}