From 92e353500fc252c8423066f5cb55fd8f21fa3bb1 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 17 Jun 2024 17:01:10 -0300 Subject: [PATCH] remove console.log --- src/frontend/src/stores/flowsManagerStore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/stores/flowsManagerStore.ts b/src/frontend/src/stores/flowsManagerStore.ts index 2c13ed213..b58f27a42 100644 --- a/src/frontend/src/stores/flowsManagerStore.ts +++ b/src/frontend/src/stores/flowsManagerStore.ts @@ -263,7 +263,6 @@ const useFlowsManagerStore = create((set, get) => ({ // Return the id return id; } catch (error:any) { - console.error(error); if(error.response?.data?.detail){ useAlertStore.getState().setErrorData({ title: "Could not load flows from database",