Skip to content

Commit e5425e6

Browse files
authored
Merge pull request #6354 from chungjac/remove-session
telemetry(amazonq): remove redundant session varaible
2 parents 3ed322e + 17b2e6a commit e5425e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/service/testGenHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export async function exportResultsArchive(
231231
const zip = new AdmZip(pathToArchive)
232232
zip.extractAllTo(pathToArchiveDir, true)
233233

234-
const session = ChatSessionManager.Instance.getSession()
235234
const testFilePathFromResponse = session?.shortAnswer?.testFilePath
236235
const testFilePath = testFilePathFromResponse
237236
? testFilePathFromResponse.split('/').slice(1).join('/') // remove the project name

0 commit comments

Comments
 (0)