Skip to content

Commit 7d21e65

Browse files
author
David Hasani
committed
undo comment
1 parent 687bc02 commit 7d21e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/commands/startTransformByQ.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ export async function postTransformationJob() {
814814
}
815815

816816
if (transformByQState.getPayloadFilePath() !== '') {
817-
// fs.rmSync(transformByQState.getPayloadFilePath(), { recursive: true, force: true }) // delete ZIP if it exists
817+
fs.rmSync(transformByQState.getPayloadFilePath(), { recursive: true, force: true }) // delete ZIP if it exists
818818
}
819819
}
820820

0 commit comments

Comments
 (0)