Remove stale comments

This commit is contained in:
Andrew Dupont 2024-03-21 16:03:31 -07:00
parent 15b3a49703
commit 953c1e265c

View File

@ -348,12 +348,10 @@ module.exports = class WASMTreeSitterGrammar {
return this.emitter.on('did-change-query-file', callback);
}
// TODO: Why is this here?
activate() {
this.registration = this.registry.addGrammar(this);
}
// TODO: Why is this here?
deactivate() {
this.registration?.dispose();
this.subscriptions?.dispose();