mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2026-02-01 17:21:20 +00:00
remove comment
This commit is contained in:
parent
10dae841b0
commit
087a33e526
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user