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