diff --git a/src/plus/webviews/graph/graphWebview.ts b/src/plus/webviews/graph/graphWebview.ts index 86ff4d4..4d400bd 100644 --- a/src/plus/webviews/graph/graphWebview.ts +++ b/src/plus/webviews/graph/graphWebview.ts @@ -1746,7 +1746,6 @@ export class GraphWebviewProvider implements WebviewProvider { branchState = { ...branch.state, }; - console.log(branchState); } return { diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index e2cbf54..8026a34 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -1137,14 +1137,6 @@ export function GraphWrapper({ )} ); - - return ( - - - Fetch - {fetchedText && (Last fetched {fetchedText})} - - ); }; return (