Skip to content

Commit a8b186f

Browse files
authored
Update securityIssueProvider.ts
1 parent 010e665 commit a8b186f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/service/securityIssueProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export class SecurityIssueProvider {
4646
...group,
4747
issues: group.issues
4848
.filter((issue) => {
49-
// event document is the new document after deleting lines, but issue.startLine and endLines are not
5049
let range
5150
if (issue.startLine === issue.endLine) {
5251
range = new vscode.Range(issue.startLine, 0, issue.endLine + 1, 0)

0 commit comments

Comments
 (0)