diff --git a/app/assets/javascripts/discourse/config/deprecation-workflow.js b/app/assets/javascripts/discourse/config/deprecation-workflow.js index be92c06b234..f0763859a59 100644 --- a/app/assets/javascripts/discourse/config/deprecation-workflow.js +++ b/app/assets/javascripts/discourse/config/deprecation-workflow.js @@ -23,29 +23,5 @@ globalThis.deprecationWorkflow.config = { handler: "silence", matchId: "ember.built-in-components.legacy-arguments", }, - { - handler: "throw", - matchId: "ember-modifier.use-modify", - }, - { - handler: "throw", - matchId: "ember-modifier.use-destroyables", - }, - { - handler: "throw", - matchId: "ember-modifier.no-args-property", - }, - { - handler: "throw", - matchId: "ember-modifier.no-element-property", - }, - { - handler: "throw", - matchId: "ember-modifier.function-based-options", - }, - { - handler: "throw", - matchId: "ember-modifier.function-based-options", - }, ], };