Skip to content

Commit

Permalink
remove redundant sessions varaible
Browse files Browse the repository at this point in the history
  • Loading branch information
chungjac committed Jan 14, 2025
1 parent 9b0590c commit 17b2e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/codewhisperer/service/testGenHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export async function exportResultsArchive(
const zip = new AdmZip(pathToArchive)
zip.extractAllTo(pathToArchiveDir, true)

const session = ChatSessionManager.Instance.getSession()
const testFilePathFromResponse = session?.shortAnswer?.testFilePath
const testFilePath = testFilePathFromResponse
? testFilePathFromResponse.split('/').slice(1).join('/') // remove the project name
Expand Down

0 comments on commit 17b2e6a

Please sign in to comment.