mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 19:33:27 +01:00
Remove stray console.log
This commit is contained in:
parent
e2120bc66d
commit
67948d0767
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ class ConnectionManager {
|
|||
return { ...s, user, connectionId };
|
||||
});
|
||||
|
||||
console.log();
|
||||
const targetIds = subscriptionsWithUsersAndConnectionId.map((s) => s.connectionId);
|
||||
const deletedIds = Array.from(this.connections.keys()).filter((id) => !targetIds.includes(id));
|
||||
|
||||
|
|
Loading…
Reference in a new issue