Skip to content

Commit 0e8c3e3

Browse files
committed
chore: remove console.log
1 parent f113938 commit 0e8c3e3

File tree

1 file changed

+0
-1
lines changed
  • src/components/ChallengeEditor/Attachment-Field

1 file changed

+0
-1
lines changed

src/components/ChallengeEditor/Attachment-Field/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const AttachmentField = ({ challengeId, attachments, removeAttachment, onUploadF
5252
fileSize: file.size,
5353
url: getAWSContainerFileURL(file.key)
5454
})}
55-
onUploadDone={(files) => console.log('onUploadDone', files)}
5655
/>
5756
</div>
5857
)}

0 commit comments

Comments
 (0)