Skip to content

Commit 5393617

Browse files
committed
remove the printout of the clipboard content from to_clipboard function
1 parent d7439b2 commit 5393617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/private_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def log(img, metadata, metadata_parser: MetadataParser | None = None, output_for
8686
document.execCommand('copy')
8787
document.body.removeChild(textArea)
8888
}
89-
alert('Copied to Clipboard!\\nPaste to prompt area to load parameters.\\nCurrent clipboard content is:\\n\\n' + txt);
89+
alert('Copied to Clipboard!\\nPaste to prompt area to load parameters.');
9090
}
9191
</script>"""
9292
)

0 commit comments

Comments
 (0)