chore: remove obsolete comment (#11953)

This commit is contained in:
James C. Davis 2020-08-13 06:43:07 -04:00 committed by GitHub
parent 2e2d15fb4c
commit 9c565a97d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1265,8 +1265,6 @@ helpers.applyDecoratedDescriptor = helper("7.0.0-beta.0")`
} }
if (desc.initializer === void 0){ if (desc.initializer === void 0){
// This is a hack to avoid this being processed by 'transform-runtime'.
// See issue #9.
Object.defineProperty(target, property, desc); Object.defineProperty(target, property, desc);
desc = null; desc = null;
} }