From 2efa3eba4fdeba3eb83f3ce43ade5dae5aeae974 Mon Sep 17 00:00:00 2001 From: lublagg Date: Tue, 30 Jan 2024 17:31:31 -0500 Subject: [PATCH] Remove console.log --- src/components/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 79d1a6f..cb16fa6 100755 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -163,7 +163,6 @@ export const App = () => { return result; }, function (msg: string) { - console.log("Error creating items: " + msg); setIsFetching(false); setStatus({ status: "error",