diff --git a/modules/change_detection/src/record.js b/modules/change_detection/src/record.js index 4d55cb9a49..41234be6b1 100644 --- a/modules/change_detection/src/record.js +++ b/modules/change_detection/src/record.js @@ -276,10 +276,6 @@ export class Record { this.context = value; this.recordRange.enableRecord(this); - if (!this.isMarkerRecord) { - this.recordRange.enableRecord(this); - } - if (this.isCollection) { if (ArrayChanges.supports(value)) { if (this.type != RECORD_TYPE_ARRAY) {