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 11db9980c..c5c7aa4b9 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -1094,7 +1094,7 @@ ConfigureTracksActions = @ConfigureTracksActions if sessionData.session_rules @sessionRules = sessionData.session_rules # TESTING: - @sessionRules.remaining_session_play_time = 60 * 30 + 15 # 30 minutes and 15 seconds + #@sessionRules.remaining_session_play_time = 60 * 30 + 15 # 30 minutes and 15 seconds # compute timestamp due time if @sessionRules.remaining_session_play_time?