Skip to content

Commit e38b023

Browse files
committed
remove dev console.log
1 parent 2203d82 commit e38b023

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/amazonq/test/unit/codewhisperer/util/runtimeLanguageContext.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ describe('runtimeLanguageContext', function () {
211211
]
212212

213213
for (const [inputCwsprLanguageId, expectedCwsprLanguageId] of codewhispererLanguageIds) {
214-
if (inputCwsprLanguageId === 'systemVerilog') {
215-
console.log()
216-
}
217214
it(`should return ${expectedCwsprLanguageId} if input codewhispererLanguageId is - ${inputCwsprLanguageId}`, function () {
218215
const actual = languageContext.toRuntimeLanguage(inputCwsprLanguageId)
219216
assert.strictEqual(actual, expectedCwsprLanguageId)

0 commit comments

Comments
 (0)