Skip to content

Commit d4372af

Browse files
committed
removed debugging comment
1 parent cbee835 commit d4372af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/test/unit/codewhisperer/service/securityScanHandler.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { timeoutUtils } from 'aws-core-vscode/shared'
2020
import assert from 'assert'
2121
import sinon from 'sinon'
2222
import * as vscode from 'vscode'
23-
// import fs from 'fs' // eslint-disable-line no-restricted-imports
2423
import path from 'path'
2524

2625
const buildRawCodeScanIssue = (fromProject: boolean = true, params?: Partial<RawCodeScanIssue>): RawCodeScanIssue => ({

0 commit comments

Comments
 (0)