From e540c4584b07c99a27247274a7aee38b516db64b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 13 Dec 2022 10:28:44 +0000 Subject: [PATCH] DEV: Remove deprecation config for ember-modifier (#19439) These deprecation messages were removed in 4.x, which we upgraded to in 2e22453057 --- .../discourse/config/deprecation-workflow.js | 24 ------------------- 1 file changed, 24 deletions(-) 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", - }, ], };