We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b38fa4 commit a88b4edCopy full SHA for a88b4ed
packages/core/src/amazonq/webview/ui/tabs/generator.ts
@@ -61,8 +61,6 @@ export class TabDataGenerator {
61
62
const programmerModeCardId = 'programmerModeCardId'
63
const isProgrammerModeCardDismissed = this.dismissedCards
64
- // eslint-disable-next-line aws-toolkits/no-console-log
65
- console.log('isProgrammermodeCardDismissed', isProgrammerModeCardDismissed)
66
const programmerModeCard: ChatItem | undefined = !isProgrammerModeCardDismissed
67
? ({
68
type: ChatItemType.ANSWER,
0 commit comments