removed unnecessary comment

This commit is contained in:
Chrissi2812 2019-02-26 11:56:50 +01:00
parent 0f64e2e4d6
commit 1cd40d3b0b
No known key found for this signature in database
GPG Key ID: B4B82C7E618271DA

View File

@ -18,7 +18,6 @@ export default class ExtensionManager {
get options() {
const { view } = this
return this.extensions
// { name, options, update = () => {} }
.reduce((nodes, extension) => ({
...nodes,
[extension.name]: new Proxy(extension.options, {