Remove console.log statement in flowStore.ts
This commit is contained in:
parent
6ae0e9d936
commit
c2ce214c8a
1 changed files with 0 additions and 1 deletions
|
|
@ -588,7 +588,6 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
|
|||
},
|
||||
updateBuildStatus: (nodeIdList: string[], status: BuildStatus) => {
|
||||
const newFlowBuildStatus = { ...get().flowBuildStatus };
|
||||
console.log("newFlowBuildStatus", newFlowBuildStatus);
|
||||
nodeIdList.forEach((id) => {
|
||||
newFlowBuildStatus[id] = {
|
||||
status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue