Skip to content

Commit 8c9e332

Browse files
committed
remove the unused command
1 parent af58afe commit 8c9e332

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
251251
val packageInfo = packageInfoList.firstOrNull()
252252
val targetFileInfo = packageInfo?.targetFileInfoList()?.firstOrNull()
253253

254-
// if (testGenerationResponse.testGenerationJob().packageInfoList() != null) {
255-
// shortAnswer = parseShortAnswerString(testGenerationResponse.testGenerationJob().shortAnswer())
256-
// if (shortAnswer.stopIteration == "true") {
257-
// throw CodeTestException("TestGenFailedError: ${shortAnswer.planSummary}", "TestGenFailedError", shortAnswer.planSummary)
258-
// }
259-
// }
260254
if (packageInfo != null) {
261255
session.packageInfoList.member = PackageInfo(
262256
executionCommand = packageInfo.executionCommand(),

0 commit comments

Comments
 (0)