Oops, forgot to turn off debug mode before committing.

This commit is contained in:
Ken Moore
2016-01-04 13:33:44 -05:00
parent 8d57413401
commit 7d53e59a1d

View File

@@ -5,7 +5,7 @@
// =================================
#include "WebSocket.h"
#define DEBUG 1
#define DEBUG 0
#define IDLETIMEOUTMINS 30
WebSocket::WebSocket(QWebSocket *sock, QString ID, AuthorizationManager *auth){