remove console.log

This commit is contained in:
anovazzi1 2024-06-17 17:01:10 -03:00
commit 92e353500f

View file

@ -263,7 +263,6 @@ const useFlowsManagerStore = create<FlowsManagerStoreType>((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",