Skip to content

Commit 9ccf997

Browse files
committed
deprecation-workflow: Remove obsolete ember-data:model-save-promise config
It looks like Ember Data has been fixed to no longer warn about this, so we can remove the deprecation silencing behavior.
1 parent c936c05 commit 9ccf997

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/deprecation-workflow.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22

33
self.deprecationWorkflow = self.deprecationWorkflow || {};
44
self.deprecationWorkflow.config = {
5-
workflow: [
6-
// disabled because it's a false positive caused by ember-concurrency
7-
// checking if `__ec_cancel__` is available.
8-
{ handler: 'silence', matchId: 'ember-data:model-save-promise' },
9-
],
5+
workflow: [],
106
};

0 commit comments

Comments
 (0)