diff --git a/packages/@ember/-internals/container/lib/container.ts b/packages/@ember/-internals/container/lib/container.ts index 07652bbeadf..1b8bf518cc5 100644 --- a/packages/@ember/-internals/container/lib/container.ts +++ b/packages/@ember/-internals/container/lib/container.ts @@ -558,7 +558,6 @@ class FactoryManager { this.normalizedName = normalizedName; this.madeToString = undefined; this.injections = undefined; - setFactoryFor(this, this); } toString(): string {