diff --git a/extensions/usAnnotation/src/getCommandsModule.ts b/extensions/usAnnotation/src/getCommandsModule.ts index 22fdf04b7..e7f30fa84 100644 --- a/extensions/usAnnotation/src/getCommandsModule.ts +++ b/extensions/usAnnotation/src/getCommandsModule.ts @@ -279,14 +279,6 @@ function commandsModule({ downloadBlob(blob, { filename: `ultrasound_annotations_${new Date().toISOString().slice(0, 10)}.json`, }); - - // Append to the document, click to download, and remove - document.body.appendChild(a); - a.click(); - document.body.removeChild(a); - - // Clean up by revoking the URL - URL.revokeObjectURL(url); }, };