Skip to content

Commit 8fca084

Browse files
committed
refactor: remove console.log
1 parent 824481c commit 8fca084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const FileAttachmentPreview = ({
5252
className='str-chat__attachment-preview-error str-chat__attachment-preview-error-file'
5353
data-testid='file-preview-item-retry-button'
5454
onClick={() => {
55-
console.log('XX');
5655
handleRetry(attachment);
5756
}}
5857
>

0 commit comments

Comments
 (0)