Skip to content

Commit d39ef2f

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

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
@@ -148,7 +148,6 @@ export abstract class BaseTerminalProfileResolverService implements ITerminalPro
148148
shellLaunchConfig.icon = this._getCustomIcon(shellLaunchConfig.icon)
149149
|| this._getCustomIcon(resolvedProfile.icon)
150150
|| this.getDefaultIcon();
151-
console.log('icon2', shellLaunchConfig.icon);
152151

153152
// Override the name if specified
154153
if (resolvedProfile.overrideName) {

0 commit comments

Comments
 (0)