Removed unused logger

This commit is contained in:
Oleh Polisan 2024-04-18 15:31:07 +03:00 committed by Oleh Polisan
parent 2dc3ff6d9c
commit eec5eb1df1

View file

@ -7,8 +7,6 @@
import { findByPropsLazy, onceReady } from "@vencord/types/webpack"; import { findByPropsLazy, onceReady } from "@vencord/types/webpack";
import { FluxDispatcher, UserStore } from "@vencord/types/webpack/common"; import { FluxDispatcher, UserStore } from "@vencord/types/webpack/common";
const logger = new Vencord.Util.Logger("VesktopTray");
const muteActions = findByPropsLazy("isSelfMute"); const muteActions = findByPropsLazy("isSelfMute");
const deafActions = findByPropsLazy("isSelfDeaf"); const deafActions = findByPropsLazy("isSelfDeaf");