From fde743b2ec47375983959379407db37979a4fcfc Mon Sep 17 00:00:00 2001 From: satoshi toyama Date: Mon, 28 Oct 2024 17:58:27 +0900 Subject: [PATCH] tweak --- app/(playground)/p/[agentId]/beta-proto/component.tsx | 1 - app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/app/(playground)/p/[agentId]/beta-proto/component.tsx b/app/(playground)/p/[agentId]/beta-proto/component.tsx index 04423fa6..5e93f64b 100644 --- a/app/(playground)/p/[agentId]/beta-proto/component.tsx +++ b/app/(playground)/p/[agentId]/beta-proto/component.tsx @@ -24,7 +24,6 @@ interface PlaygroundProps { featureFlags: FeatureFlags; } export function Playground(props: PlaygroundProps) { - console.log({ "props.graph": props.graph }); return ( diff --git a/app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx b/app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx index 0b84ee51..2072d744 100644 --- a/app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx +++ b/app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx @@ -53,7 +53,6 @@ export const GraphProvider: FC> = ({ deboucedSetGraphToDb(stateRef.current.graph); } }, [deboucedSetGraphToDb]); - console.log({ defaultGraph }); return ( {children}