Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Sep 19, 2023
1 parent 44e2a11 commit 945749b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions extensions/git/src/timelineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ export class GitTimelineProvider implements TimelineProvider {
}
}

console.log(items);

return {
items: items,
paging: paging
Expand Down
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/timeline/browser/timelinePane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1197,8 +1197,6 @@ class TimelineTreeRenderer implements ITreeRenderer<TreeElement, FuzzyScore, Tim
: { markdown: item.tooltip, markdownNotSupportedFallback: renderMarkdownAsPlaintext(item.tooltip) }
: undefined;

console.log(item.label);

template.iconLabel.setLabel(item.label, item.description, {
title: tooltip,
matches: createMatches(node.filterData)
Expand Down

0 comments on commit 945749b

Please sign in to comment.