2
0
nameczz 4 жил өмнө
parent
commit
aae26b2bfd

+ 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);
   };