Remove junk code

This commit is contained in:
Vanilagy
2025-08-30 17:11:31 +02:00
parent 137f82cc94
commit 1a0c14f272
2 changed files with 38 additions and 85 deletions
-1
View File
@@ -240,7 +240,6 @@ class Mp3AudioTrackBacking implements InputAudioTrackBacking {
x => x.timestamp,
);
if (sampleIndex === -1) {
console.log('uh', packet, this.demuxer.loadedSamples);
throw new Error('Packet was not created from this track.');
}