diff --git a/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee index a4b32e3a6..4fe297451 100644 --- a/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionRecordingSettings.js.jsx.coffee @@ -10,6 +10,7 @@ mixins.push(Reflux.listenTo(RecordingStore, "onRecordingStateChanged")) mixins: mixins onExternalVideoStateChanged: (videoState) -> + console.log('_REC_ onExternalVideoStateChanged', videoState); $root = $(this.getDOMNode()) if videoState.videoEnabled $root.find('#recording-input-both').attr('disabled', false).iCheck('update').iCheck('uncheck')