lazydeveloper: remove console log

pull/4580/head
John McLear 2020-12-20 10:56:19 +00:00
parent e18b9d1844
commit bca60c8b17
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ function init() {
// route the incoming messages
socket.on('message', (message) => {
console.log(message.type);
if (message.type == 'CLIENT_VARS') {
handleClientVars(message);
} else if (message.accessStatus) {