Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoth committed Oct 15, 2024
1 parent 3ffb789 commit afff2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cacophony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export class Cacophony {
}

async createStream(url: string): Promise<Sound> {
const stream = await createStream(url, this.context);
const sound = new Sound(
url,
undefined,
Expand Down

0 comments on commit afff2ea

Please sign in to comment.