From cfe0447bd815ef01f4ba74ff4ee1675c2c82bf1d Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 2 Dec 2021 20:46:20 -0800 Subject: [PATCH] rebroadcast: clean up logging --- plugins/prebuffer-mixin/src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/prebuffer-mixin/src/main.ts b/plugins/prebuffer-mixin/src/main.ts index 098e907af..196273135 100644 --- a/plugins/prebuffer-mixin/src/main.ts +++ b/plugins/prebuffer-mixin/src/main.ts @@ -430,7 +430,7 @@ class PrebufferSession { ) } - this.console.log('prebuffer ffmpeg input', ffmpegInput); + // this.console.log('prebuffer ffmpeg input', ffmpegInput); const mo = mediaManager.createFFmpegMediaObject(ffmpegInput); return mo; } @@ -495,7 +495,6 @@ class PrebufferMixin extends SettingsMixinDeviceBase implements Vid (async () => { while (this.sessions.get(id) === session && !this.released) { - this.console.log('monitoring prebuffer session'); session.ensurePrebufferSession(); try { const ps = await session.parserSessionPromise;