mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Remove logging call
This commit is contained in:
@@ -86,7 +86,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
context.subscriptions.push(vscode.window.onDidChangeTextEditorSelection(event => {
|
||||
if (isMarkdownFile(event.textEditor.document)) {
|
||||
console.log('event.selections[0].active.line');
|
||||
vscode.commands.executeCommand('_workbench.htmlPreview.postMessage',
|
||||
getMarkdownUri(event.textEditor.document.uri),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user