Oops, forgot to comment out the auth user/pass line from the log file (don't need to keep that around).

This commit is contained in:
Ken Moore
2016-01-05 15:12:07 -05:00
parent 858ed83611
commit 35a90406ec

View File

@@ -84,7 +84,7 @@ void WebSocket::EvaluateREST(QString msg){
qDebug() << " VERB:" << IN.VERB << "URI:" << IN.URI;
qDebug() << " HEADERS:" << IN.Header;
qDebug() << " BODY:" << IN.Body;
qDebug() << " Auth:" << IN.auth;
//qDebug() << " Auth:" << IN.auth;
qDebug() << "JSON Values:";
qDebug() << " - Name:" << IN.name;
qDebug() << " - Namespace:" << IN.namesp;