mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
debug: minimize socket close output
This commit is contained in:
parent
43359f787b
commit
d13b7435a7
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class SubscriptionStore {
|
|||
|
||||
/** Remove an entire socket. */
|
||||
close(socket: unknown): void {
|
||||
debug('close', socket);
|
||||
debug('close', (socket as any)?.constructor?.name);
|
||||
const subs = this.#store.get(socket);
|
||||
|
||||
if (subs) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue