Skip to content

Commit 12a436e

Browse files
committed
remove the consoleLog
1 parent 7b24017 commit 12a436e

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
@@ -51,8 +51,6 @@ export class TabDataGenerator {
5151
taskName?: string,
5252
isSMUS?: boolean
5353
): MynahUIDataModel {
54-
// eslint-disable-next-line aws-toolkits/no-console-log
55-
console.log('tabType', tabType)
5654
if (tabType === 'agentWalkthrough') {
5755
return agentWalkthroughDataModel
5856
}

0 commit comments

Comments
 (0)