We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdd4b2 commit dd71626Copy full SHA for dd71626
src/extension.ts
@@ -269,8 +269,6 @@ async function runCppcheckOnFileXML(
269
}
270
271
let col = Number(mainLoc.column) - 1;
272
- console.log('column # ', mainLoc);
273
- // Invalid line number usually means non-analysis output
274
if (isNaN(col) || col < 0 || col > document.lineAt(line).text.length) {
275
col = 1;
276
0 commit comments