From 087a33e526f61cbf38af9b1c76342bcd06ba394b Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Tue, 24 Sep 2024 14:28:00 -0700 Subject: [PATCH] remove comment --- src/object.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/object.js b/src/object.js index 610f0798..ca6bb44d 100644 --- a/src/object.js +++ b/src/object.js @@ -174,7 +174,6 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures() { // features var parentFeatures = Object.assign({}, this.parent._proto_features); this._features = Object.assign(parentFeatures, this._proto_features || {}); - // this._proto_features = this._features; this.parent._resolveFeatures(); } else { this._features = Object.assign({}, this._proto_features);