File tree 2 files changed +0
-7
lines changed
packages/core/src/amazonq/webview 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ export function dispatchWebViewMessagesToApps(
87
87
return
88
88
}
89
89
case 'message-dismissed' : {
90
- // eslint-disable-next-line aws-toolkits/no-console-log
91
- console . log ( 'message-dismissed' , msg )
92
90
if ( msg . messageId === 'programmerModeCardId' ) {
93
91
void globals . globalState . tryUpdate ( 'aws.amazonq.dismissedCards' , true )
94
92
}
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ export class TabDataGenerator {
51
51
taskName ?: string ,
52
52
isSMUS ?: boolean
53
53
) : MynahUIDataModel {
54
- // eslint-disable-next-line aws-toolkits/no-console-log
55
- console . log ( 'tabType' , tabType )
56
54
if ( tabType === 'agentWalkthrough' ) {
57
55
return agentWalkthroughDataModel
58
56
}
@@ -62,10 +60,7 @@ export class TabDataGenerator {
62
60
}
63
61
64
62
const programmerModeCardId = 'programmerModeCardId'
65
-
66
63
const isProgrammerModeCardDismissed = this . dismissedCards
67
- // eslint-disable-next-line aws-toolkits/no-console-log
68
- console . log ( 'trueOrFalse' , isProgrammerModeCardDismissed )
69
64
const programmerModeCard : ChatItem | undefined = ! isProgrammerModeCardDismissed
70
65
? ( {
71
66
type : ChatItemType . ANSWER ,
You can’t perform that action at this time.
0 commit comments