Skip to content

Commit 3fc7db6

Browse files
committed
fix: remove comments
1 parent 1e36497 commit 3fc7db6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/atom-ide-definitions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ export default {
77
provider: null,
88

99
activate() {
10-
// Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
1110
this.subscriptions = new CompositeDisposable();
1211

13-
// Register command that toggles this view
1412
this.subscriptions.add(
1513
atom.commands.add('atom-workspace', {
1614
'atom-ide-go-to-definition:go-to-definition': () =>

0 commit comments

Comments
 (0)