From 4a8caa609ff7bb2165aea66b13fb419ff74a6e01 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 9 Oct 2023 21:15:15 -0300 Subject: [PATCH] remove console.log --- src/frontend/src/pages/MainPage/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/pages/MainPage/index.tsx b/src/frontend/src/pages/MainPage/index.tsx index 1f012b4c2..5921b3cc8 100644 --- a/src/frontend/src/pages/MainPage/index.tsx +++ b/src/frontend/src/pages/MainPage/index.tsx @@ -62,7 +62,6 @@ export default function HomePage(): JSX.Element { setIsDragging(false); if (e.dataTransfer.types.some((types) => types === "Files")) { if (e.dataTransfer.files.item(0).type === "application/json") { - console.log(e.dataTransfer.files.item(0)); uploadFlow(true, e.dataTransfer.files.item(0)!); } else { setErrorData({