diff --git a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee index 7bbd73054..a2184b3a2 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -828,7 +828,8 @@ ConfigureTracksActions = @ConfigureTracksActions this.app.notifyAlert(title, "Error reason: " + reason); } } else { - this.promptUserToSave(details.recordingId, timeline); + console.log("this.promptUserToSave(details.recordingId, timeline);") + #TODO: open recording files path in file browser } break;