diff --git a/app/assets/javascripts/discourse/config/deprecation-workflow.js b/app/assets/javascripts/discourse/config/deprecation-workflow.js index 7b1f40b93a5..be54495fb24 100644 --- a/app/assets/javascripts/discourse/config/deprecation-workflow.js +++ b/app/assets/javascripts/discourse/config/deprecation-workflow.js @@ -4,7 +4,6 @@ globalThis.deprecationWorkflow.config = { // `throwOnUnhandled` here since it is easier to toggle. workflow: [ { handler: "silence", matchId: "route-render-template" }, - { handler: "silence", matchId: "routing.transition-methods" }, { handler: "silence", matchId: "route-disconnect-outlet" }, { handler: "silence", matchId: "this-property-fallback" }, { handler: "silence", matchId: "discourse.select-kit" },