mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +02:00
Remove dead code
This commit is contained in:
parent
637ee8a44a
commit
84f4b4b935
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ bool AssignmentClientMonitor::handleHTTPRequest(HTTPConnection* connection, cons
|
|||
if (url.path() == "/status") {
|
||||
QByteArray response;
|
||||
|
||||
//QJsonDocument status;
|
||||
QJsonObject status;
|
||||
QJsonObject servers;
|
||||
for (auto& ac : _childProcesses) {
|
||||
|
|
Loading…
Reference in a new issue