diff --git a/bricks/recorder.js b/bricks/recorder.js index 9621e77..94b9f8a 100644 --- a/bricks/recorder.js +++ b/bricks/recorder.js @@ -252,7 +252,7 @@ bricks.SysVideoRecorder = class extends bricks.MediaRecorder { { type: 'image/jpeg' }); this.imgw.set_url(this.dataurl); } catch(e){ - console.error(e); + ; } } close_recorder(){