Remove console.log statements in flowStore.ts
This commit is contained in:
parent
62ce986576
commit
fc88070965
1 changed files with 0 additions and 2 deletions
|
|
@ -514,7 +514,6 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
|
|||
get().setIsBuilding(false);
|
||||
},
|
||||
onBuildStart: (idList) => {
|
||||
console.log("onBuildStart", idList);
|
||||
useFlowStore.getState().updateBuildStatus(idList, BuildStatus.BUILDING);
|
||||
},
|
||||
validateNodes: validateSubgraph,
|
||||
|
|
@ -536,7 +535,6 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
|
|||
runId: string;
|
||||
} | null
|
||||
) => {
|
||||
console.log("updateVerticesBuild", vertices);
|
||||
set({ verticesBuild: vertices });
|
||||
},
|
||||
verticesBuild: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue