removed debug functions

This commit is contained in:
Abhinav-grd 2021-01-07 16:11:02 +05:30
parent bd394c8ee4
commit 533a0e6ec9

View file

@ -14,13 +14,12 @@ const FullScreenDropZone = ({
closeModal,
showModal,
}) => {
const blah = () => { console.log("qqqq"); closeModal() };
return (
<>
<Dropzone
noClick={noClick}
onDragOver={showModal}
onDragLeave={blah}
onDragLeave={closeModal}
>
{({
getRootProps,