Skip to content

Commit a88b4ed

Browse files
committed
remove extra console log
1 parent 4b38fa4 commit a88b4ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/amazonq/webview/ui/tabs/generator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ export class TabDataGenerator {
6161

6262
const programmerModeCardId = 'programmerModeCardId'
6363
const isProgrammerModeCardDismissed = this.dismissedCards
64-
// eslint-disable-next-line aws-toolkits/no-console-log
65-
console.log('isProgrammermodeCardDismissed', isProgrammerModeCardDismissed)
6664
const programmerModeCard: ChatItem | undefined = !isProgrammerModeCardDismissed
6765
? ({
6866
type: ChatItemType.ANSWER,

0 commit comments

Comments
 (0)