mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
remove console.log
This commit is contained in:
@@ -563,7 +563,6 @@ export class Conversion {
|
||||
onEncodedPacket: sample => this._reportProgress(track.id, sample.timestamp + sample.duration),
|
||||
};
|
||||
|
||||
console.log({ originalFps, fps, needsRerender });
|
||||
if (needsRerender) {
|
||||
const source = new VideoSampleSource(encodingConfig);
|
||||
videoSource = source;
|
||||
|
||||
Reference in New Issue
Block a user