From 50402f5f046f1350bfb579391b8580bbf8bd0b31 Mon Sep 17 00:00:00 2001 From: Vitaliy Gulyy Date: Tue, 23 Jun 2020 13:46:41 +0300 Subject: [PATCH] Code cleanup Signed-off-by: Vitaliy Gulyy --- packages/plugin-ext/src/main/browser/webview/webview.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/plugin-ext/src/main/browser/webview/webview.ts b/packages/plugin-ext/src/main/browser/webview/webview.ts index 65fe4f23e3929..c34df50a62f2c 100644 --- a/packages/plugin-ext/src/main/browser/webview/webview.ts +++ b/packages/plugin-ext/src/main/browser/webview/webview.ts @@ -365,9 +365,6 @@ export class WebviewWidget extends BaseWidget implements StatefulWidget { } protected preprocessHtml(value: string): string { - console.log('--------------------------------------------------------------------------------------'); - console.log(value); - console.log('--------------------------------------------------------------------------------------'); // Comment tag in HEAD section let html = value .replace(/<\s*meta([^>]+?(?=Content-Security-Policy)[^>]+)\/?>/gsm, (_, group) => {