removed personal comments

pull/3265/head
j-krl 2020-05-24 02:44:24 -06:00
parent c3395133c9
commit 79e77b5a10
2 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
const open = require('open');
// TODO: Figure out what the underscore after the variable means in other classes
class LinkSelector {
constructor() {

View File

@ -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) {