remove the printout of the clipboard content from to_clipboard function

This commit is contained in:
Yannis Gerlach 2024-11-24 09:23:31 +01:00
parent ae05379cc9
commit a37b6df321
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def log(img, metadata, metadata_parser: MetadataParser | None = None, output_for
document.execCommand('copy')
document.body.removeChild(textArea)
}
alert('Copied to Clipboard!\\nPaste to prompt area to load parameters.\\nCurrent clipboard content is:\\n\\n' + txt);
alert('Copied to Clipboard!\\nPaste to prompt area to load parameters.');
}
</script>"""
)