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",