Skip to content

Commit 2eb5693

Browse files
committed
patch
1 parent 2628e2d commit 2eb5693

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/codewhisperer/util/runtimeLanguageContext.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ export class RuntimeLanguageContext {
235235
* @returns true if the language is supported by CodeWhisperer otherwise false
236236
*/
237237
public isLanguageSupported(languageId: string): boolean {
238-
console.log('id', languageId)
239238
const lang = this.normalizeLanguage(languageId)
240-
console.log('normalized id', lang)
241239
switch (lang) {
242240
case undefined:
243241
console.log('false')

0 commit comments

Comments
 (0)