diff --git a/extension.js b/extension.js index f4b5c4a..6a9bbda 100644 --- a/extension.js +++ b/extension.js @@ -9,10 +9,6 @@ var dateFormat = require('dateformat'); function activate(context) { console.log('next-note: activated'); - context.subscriptions.push(vscode.commands.registerCommand('extension.sayHello', function () { - vscode.window.showInformationMessage('Hello World!'); - })); - context.subscriptions.push(vscode.commands.registerTextEditorCommand('extension.nextNoteInsertDate', function () { var editor = vscode.window.activeTextEditor; if (!editor) {