Skip to content

Commit 0da91a3

Browse files
committed
fix: Remove moving to codegen with yes/ya, etc
Problem: - This was experimental code that we want to remove before launch Solution: - Remove it
1 parent 8ab01c9 commit 0da91a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/amazonqFeatureDev/controllers/chat/controller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ export class FeatureDevController {
191191
return
192192
}
193193

194-
if (session.state.phase === 'Approach' && /yes|ya|y|yeah|ok/i.test(message.message)) {
195-
return this.writeCodeClicked(message)
196-
}
197-
198194
switch (session.state.phase) {
199195
case 'Init':
200196
case 'Approach':

0 commit comments

Comments
 (0)