Remove unnecessary qDebug() [no ci]

This commit is contained in:
pokamest 2023-09-07 10:56:26 -07:00
parent e46025739a
commit 3740cb2c30

View file

@ -113,7 +113,6 @@ void LocalSocketController::daemonConnected() {
void LocalSocketController::activate(const QJsonObject &rawConfig) {
qDebug() << rawConfig;
QJsonObject wgConfig = rawConfig.value("wireguard_config_data").toObject();
QJsonObject json;