nameczz пре 4 година
родитељ
комит
aae26b2bfd
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      client/src/components/insert/Container.tsx

+ 0 - 1
client/src/components/insert/Container.tsx

@@ -276,7 +276,6 @@ const InsertContainer: FC<InsertContentProps> = ({
   };
 
   const handleUploadFileChange = (file: File, upload: HTMLFormElement) => {
-    console.log(file);
     setFile(file);
   };