Remove Sentry logging from ajaxError

This commit is contained in:
Sebastian Serth
2021-04-22 12:35:56 +02:00
parent 6a6e1c84f4
commit 54ec59aa8c

View File

@ -13,6 +13,5 @@ CodeOceanEditorAJAX = {
text: message.length > 0 ? message : $('#flash').data('message-failure'),
showPermanent: response.status === 422,
});
Sentry.captureException(JSON.stringify(response));
}
};