Skip to content

Commit dd71626

Browse files
committed
remove incorrect comment about col processing from analysis
1 parent cbdd4b2 commit dd71626

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ async function runCppcheckOnFileXML(
269269
}
270270

271271
let col = Number(mainLoc.column) - 1;
272-
console.log('column # ', mainLoc);
273-
// Invalid line number usually means non-analysis output
274272
if (isNaN(col) || col < 0 || col > document.lineAt(line).text.length) {
275273
col = 1;
276274
}

0 commit comments

Comments
 (0)