Skip to content

Commit 1ad85bf

Browse files
committed
patch
1 parent 2eb5693 commit 1ad85bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,12 @@ export class RuntimeLanguageContext {
238238
const lang = this.normalizeLanguage(languageId)
239239
switch (lang) {
240240
case undefined:
241-
console.log('false')
242241
return false
243242

244243
case 'plaintext':
245-
console.log('false')
246244
return false
247245

248246
default:
249-
console.log('true')
250247
return true
251248
}
252249
}

0 commit comments

Comments
 (0)