Skip to content

Commit 52c0551

Browse files
committed
remove TODO
1 parent f7f98bc commit 52c0551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonqTest/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ export class TestController {
13101310
if (session.tabID) {
13111311
getLogger().debug('Setting input state with tabID: %s', session.tabID)
13121312
this.messenger.sendChatInputEnabled(session.tabID, true)
1313-
this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions') // TODO: Change according to the UX
1313+
this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions')
13141314
}
13151315
getLogger().debug(
13161316
'Deleting output.log and temp result directory. testGenerationLogsDir: %s',

0 commit comments

Comments
 (0)