diff --git a/src/renderer/patches/tray.ts b/src/renderer/patches/tray.ts index 10a02ef..a137ae2 100644 --- a/src/renderer/patches/tray.ts +++ b/src/renderer/patches/tray.ts @@ -7,8 +7,6 @@ import { findByPropsLazy, onceReady } from "@vencord/types/webpack"; import { FluxDispatcher, UserStore } from "@vencord/types/webpack/common"; -const logger = new Vencord.Util.Logger("VesktopTray"); - const muteActions = findByPropsLazy("isSelfMute"); const deafActions = findByPropsLazy("isSelfDeaf");