Skip to content

Commit 6a1cc9b

Browse files
committed
random temp commit to kick off deploy
1 parent b8cc453 commit 6a1cc9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web/components/PostCreationModal/FileDropZone.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ function FileDropZone(props: PropsType) {
1515

1616
const onDrop = useCallback(
1717
(acceptedFiles: File[], fileRejections: FileRejection[]) => {
18-
console.log("REJECTIONS");
19-
console.log(fileRejections);
20-
console.log("ACCEPTED");
21-
console.log(acceptedFiles);
22-
2318
if (fileRejections.length > 0) {
2419
setShowAlert(true);
2520
} else setShowAlert(false);

0 commit comments

Comments
 (0)