Skip to content

Commit

Permalink
Remove log line.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 14, 2024
1 parent 169c43f commit 93768f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/playback/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export class Player {
for (;;) {
const frame = await Frame.decode(group)
if (!frame) break
console.log("frame", frame)

await segment.write(frame)
}
Expand Down

0 comments on commit 93768f5

Please sign in to comment.