We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7c49f commit 082f54fCopy full SHA for 082f54f
src/router.ts
@@ -97,7 +97,6 @@ export class Router {
97
socket,
98
clients: this.clients,
99
get groupedClients() {
100
- console.log(socket['groupId']);
101
return clients.find(socket['groupId']);
102
},
103
status: function (status: HttpStatusCode | null) {
0 commit comments