Skip to content

Commit

Permalink
SCM - πŸ’„ remove debug statement (#227415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Sep 3, 2024
1 parent 8e0e3bf commit b58b045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/workbench/contrib/scm/browser/scmHistoryViewPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ class HistoryItemRenderer implements ITreeRenderer<SCMHistoryItemViewModelTreeEl
const [matches, descriptionMatches] = this.processMatches(historyItemViewModel, node.filterData);
templateData.label.setLabel(historyItem.message, historyItem.author, { matches, descriptionMatches, extraClasses });

console.log(extraClasses);

templateData.labelContainer.textContent = '';
for (const label of historyItem.labels ?? []) {
if (label.icon && ThemeIcon.isThemeIcon(label.icon)) {
Expand Down

0 comments on commit b58b045

Please sign in to comment.