diff --git a/src/web.ts b/src/web.ts index 3ef8f28..b18797b 100644 --- a/src/web.ts +++ b/src/web.ts @@ -4,7 +4,6 @@ import type { MutePlugin, MuteResponse } from "./definitions"; export class MuteWeb extends WebPlugin implements MutePlugin { async isMuted(): Promise { - console.log("isMuted"); throw new Error("Method not implemented."); } }