Browse Source

Cleans up unused code in graph

main
Keith Daulton 1 year ago
parent
commit
386611b8ce
2 changed files with 0 additions and 9 deletions
  1. +0
    -1
      src/plus/webviews/graph/graphWebview.ts
  2. +0
    -8
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 0
- 1
src/plus/webviews/graph/graphWebview.ts View File

@ -1746,7 +1746,6 @@ export class GraphWebviewProvider implements WebviewProvider {
branchState = {
...branch.state,
};
console.log(branchState);
}
return {

+ 0
- 8
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -1137,14 +1137,6 @@ export function GraphWrapper({
)}
</a>
);
return (
<a href="command:gitlens.graph.fetch" className="action-button" title="Fetch Repository">
<span className="codicon codicon-sync action-button__icon"></span>
Fetch
{fetchedText && <span className="action-button__small">(Last fetched {fetchedText})</span>}
</a>
);
};
return (

Loading…
Cancel
Save