diff --git a/src/equicordplugins/voiceChannelLog/index.tsx b/src/equicordplugins/voiceChannelLog/index.tsx index 5e5e7f44..585178f9 100644 --- a/src/equicordplugins/voiceChannelLog/index.tsx +++ b/src/equicordplugins/voiceChannelLog/index.tsx @@ -119,7 +119,6 @@ export default definePlugin({ const clientUserId = UserStore.getCurrentUser().id; voiceStates.forEach(state => { // mmmm hacky workaround - console.log(state); const { userId, channelId } = state; const user = UserStore.getUser(userId) as User & { globalName: string; }; const username = user.globalName || user.username;