Skip to content

Commit

Permalink
[BUGFIX beta] remove unneeded setFactoryFor(this, this)
Browse files Browse the repository at this point in the history
Identified as part of the work on #20025, this particular `setFactoryFor`
was needed at one time but is now defunct. Remove it.
  • Loading branch information
chriskrycho committed Mar 16, 2022
1 parent aea9c31 commit b850ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@ember/-internals/container/lib/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ class FactoryManager<T, C> {
this.normalizedName = normalizedName;
this.madeToString = undefined;
this.injections = undefined;
setFactoryFor(this, this);
}

toString(): string {
Expand Down

0 comments on commit b850ac9

Please sign in to comment.