Skip to content

Commit a3153bb

Browse files
authored
Update src/vs/workbench/contrib/terminal/browser/terminalProfileResolverService.ts
1 parent c4b0840 commit a3153bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalProfileResolverService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export abstract class BaseTerminalProfileResolverService implements ITerminalPro
145145

146146
// Verify the icon is valid, and fallback correctly to the generic terminal id if there is
147147
// an issue
148-
console.log('icon', this._configurationService.getValue(TerminalSettingId.TabsDefaultIcon));
149148
shellLaunchConfig.icon = this._getCustomIcon(shellLaunchConfig.icon)
150149
|| this._getCustomIcon(resolvedProfile.icon)
151150
|| this.getDefaultIcon();

0 commit comments

Comments
 (0)