Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Oct 28, 2024
1 parent e6408e8 commit fde743b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/(playground)/p/[agentId]/beta-proto/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ interface PlaygroundProps {
featureFlags: FeatureFlags;
}
export function Playground(props: PlaygroundProps) {
console.log({ "props.graph": props.graph });
return (
<FeatureFlagProvider {...props.featureFlags}>
<GraphProvider agentId={props.agentId} defaultGraph={props.graph}>
Expand Down
1 change: 0 additions & 1 deletion app/(playground)/p/[agentId]/beta-proto/graph/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const GraphProvider: FC<PropsWithChildren<GraphProviderProps>> = ({
deboucedSetGraphToDb(stateRef.current.graph);
}
}, [deboucedSetGraphToDb]);
console.log({ defaultGraph });
return (
<GraphContext.Provider value={{ state, dispatch: enhancedDispatch }}>
{children}
Expand Down

0 comments on commit fde743b

Please sign in to comment.