Turn off a bunch of debugging in the sysadm-server.

This commit is contained in:
Ken Moore
2016-05-20 14:56:02 -04:00
parent 13fe684d78
commit d479e424f5
2 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ RestOutputStruct::ExitCode WebSocket::EvaluateBackendRequest(const RestInputStru
"args" - JSON input arguments structure
"out" - JSON output arguments structure
*/
qDebug() << "Evaluate Backend Request:" << IN.namesp << IN.name << IN.id << IN.args << IN.fullaccess;
//qDebug() << "Evaluate Backend Request:" << IN.namesp << IN.name << IN.id << IN.args << IN.fullaccess;
QString namesp = IN.namesp.toLower(); QString name = IN.name.toLower();
//Get/Verify subsystems