Skip to content

Commit 087a33e

Browse files
committed
remove comment
1 parent 10dae84 commit 087a33e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/object.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures() {
174174
// features
175175
var parentFeatures = Object.assign({}, this.parent._proto_features);
176176
this._features = Object.assign(parentFeatures, this._proto_features || {});
177-
// this._proto_features = this._features;
178177
this.parent._resolveFeatures();
179178
} else {
180179
this._features = Object.assign({}, this._proto_features);

0 commit comments

Comments
 (0)