From f481075f8fdfe353d6338d45b0553118cb38fc02 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Fri, 16 May 2025 17:47:33 +0800 Subject: [PATCH] pipeline sync draft --- web/app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts b/web/app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts index 2f126534ab..798bda4dda 100644 --- a/web/app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts +++ b/web/app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts @@ -101,7 +101,6 @@ export const useNodesSyncDraft = () => { setDraftUpdatedAt, } = workflowStore.getState() try { - console.log('xxx') const res = await syncWorkflowDraft(postParams) setSyncWorkflowDraftHash(res.hash) setDraftUpdatedAt(res.updated_at)