diff --git a/CliClient/app/LinkSelector.js b/CliClient/app/LinkSelector.js index 622a969a1a..285aa37abe 100644 --- a/CliClient/app/LinkSelector.js +++ b/CliClient/app/LinkSelector.js @@ -1,5 +1,4 @@ const open = require('open'); -// TODO: Figure out what the underscore after the variable means in other classes class LinkSelector { constructor() { diff --git a/CliClient/app/app-gui.js b/CliClient/app/app-gui.js index 3be17f57b8..9a0635ce6f 100644 --- a/CliClient/app/app-gui.js +++ b/CliClient/app/app-gui.js @@ -1,7 +1,3 @@ -// NOTE: tests: -// 1. change contents of a note -// 2. navigate away from note to new note - const { Logger } = require('lib/logger.js'); const Folder = require('lib/models/Folder.js'); const BaseItem = require('lib/models/BaseItem.js'); @@ -463,8 +459,6 @@ class AppGui { } else { this.stdout(_('Please select the note or notebook to be deleted first.')); } - - // NOTE: MY SHORTCUTS } else if (cmd === 'next_link' || cmd === 'previous_link') { const noteText = this.widget('noteText'); // if (noteText.hasFocus) {