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:
parent
a0c51ebbb5
commit
041959dc98
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user