rebroadcast: clean up logging

This commit is contained in:
Koushik Dutta
2021-12-02 20:46:20 -08:00
parent 2e0af3d589
commit cfe0447bd8

View File

@@ -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<VideoCamera> 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;