Remove console log

Fixes #96915
pull/96996/head
Matt Bierner 2020-05-04 17:28:16 -07:00
parent 6fcec00d92
commit 41ca01f942
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ export class MarkdownPreviewManager extends Disposable implements vscode.Webview
webview: vscode.WebviewPanel,
state: any
): Promise<void> {
console.log(state);
const resource = vscode.Uri.parse(state.resource);
const locked = state.locked;
const line = state.line;