chore: minor fixes (#1616)

* chore: removed unnecessary qdebug

* fix: return soft and hide strict killswitch
This commit is contained in:
Nethius
2025-07-08 14:25:03 +08:00
committed by GitHub
parent 2380cd5cfb
commit 5445e6637b
2 changed files with 8 additions and 9 deletions

View File

@@ -221,8 +221,6 @@ namespace
serverConfig[configKey::apiConfig] = apiConfig;
qDebug() << serverConfig;
return ErrorCode::NoError;
}
}