diff --git a/src/extension.ts b/src/extension.ts index 4d55d17..8949eab 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -233,7 +233,6 @@ async function runCppcheckOnFileXML( const diagnostics: vscode.Diagnostic[] = []; for (const e of errors) { - console.log('e', e); const locations = e.location || []; if (!locations.length) { continue; @@ -292,4 +291,4 @@ async function runCppcheckOnFileXML( } // This method is called when your extension is deactivated -export function deactivate() {} \ No newline at end of file +export function deactivate() {}