Skip to content

Commit

Permalink
Merge pull request #32 from mikecann/patch-1
Browse files Browse the repository at this point in the history
Removed unneeded console log
  • Loading branch information
riderx authored Sep 5, 2024
2 parents 7c45cb2 + e37efa0 commit d62ddca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { MutePlugin, MuteResponse } from "./definitions";

export class MuteWeb extends WebPlugin implements MutePlugin {
async isMuted(): Promise<MuteResponse> {
console.log("isMuted");
throw new Error("Method not implemented.");
}
}

0 comments on commit d62ddca

Please sign in to comment.