Skip to content

Commit 78a0145

Browse files
author
steelbrain
committed
🔥 Remove an unnecessary note
1 parent 76a0f67 commit 78a0145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main/atom/commands/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ export function registerCommands() {
509509
});
510510
/// Register autocomplete commands to show documentations
511511
/*atom.packages.activatePackage('autocomplete-plus').then(() => {
512-
var autocompletePlus = apd.require('autocomplete-plus'); // Note: apd isn't required here
512+
var autocompletePlus = apd.require('autocomplete-plus');
513513
var maxIndex = 10;
514514
var currentSuggestionIndex = 0;
515515
autocompletePlus.autocompleteManager.suggestionList.emitter.on('did-cancel',() => {

0 commit comments

Comments
 (0)