1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00

remove debug log

This commit is contained in:
Puyodead1 2023-11-10 10:53:46 -05:00
parent a0c51ebbb5
commit 041959dc98
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -44,7 +44,6 @@ function MemberList() {
if (app.activeGuild && app.activeChannel) {
const { memberLists } = app.activeGuild;
const listId = app.activeChannel.listId;
console.debug(`List ID for channel ${app.activeChannel.id} is ${listId}`);
const store = memberLists.get(listId);
setList(store ? store.list : null);
} else {