Skip to content

Commit

Permalink
🔥 Remove dead/deprecated code
Browse files Browse the repository at this point in the history
The serializer fields were removed before in 08dfdbc
  • Loading branch information
sergei-maertens committed Jan 2, 2025
1 parent 0440daa commit cbc7608
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ const saveForm = async (state, csrftoken) => {
const cleanedState = produce(state, draft => {
// ensure we don't overwrite the submission counter with a stale state
delete draft.form.submissionCounter;
delete draft.form.registrationBackend; // deprecated
delete draft.form.registrationBackendOptions; // deprecated
normalizeLimit(draft, 'successfulSubmissionsRemovalLimit');
normalizeLimit(draft, 'incompleteSubmissionsRemovalLimit');
normalizeLimit(draft, 'erroredSubmissionsRemovalLimit');
Expand Down

0 comments on commit cbc7608

Please sign in to comment.