diff --git a/app/assets/javascripts/editor/ajax.js b/app/assets/javascripts/editor/ajax.js index 5588b911..971f75d6 100644 --- a/app/assets/javascripts/editor/ajax.js +++ b/app/assets/javascripts/editor/ajax.js @@ -13,6 +13,5 @@ CodeOceanEditorAJAX = { text: message.length > 0 ? message : $('#flash').data('message-failure'), showPermanent: response.status === 422, }); - Sentry.captureException(JSON.stringify(response)); } }; \ No newline at end of file