1 parent d7439b2 commit 5393617Copy full SHA for 5393617
1 file changed
modules/private_logger.py
@@ -86,7 +86,7 @@ def log(img, metadata, metadata_parser: MetadataParser | None = None, output_for
86
document.execCommand('copy')
87
document.body.removeChild(textArea)
88
}
89
- 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.');
90
91
</script>"""
92
)
0 commit comments