remove spammy logging

This commit is contained in:
peter
2020-05-21 12:33:48 +02:00
parent f9110bd2df
commit bd5b33e4a1
+1 -1
View File
@@ -201,7 +201,7 @@ export class UserManager
} }
this.userLogins[data.user.username].connections[socket.port] = socket this.userLogins[data.user.username].connections[socket.port] = socket
getLogger('UserManager#checkConnection').debug(this.userLogins, this.allowed); //getLogger('UserManager#checkConnection').debug(this.userLogins, this.allowed);
return true return true
} }