Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 20, 2021
1 parent 875ada9 commit 62bbbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/contrib/terminal/browser/terminalView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ registerThemingParticipant((theme: IColorTheme, collector: ICssStyleCollector) =
}

const dndBackgroundColor = theme.getColor(TERMINAL_DRAG_AND_DROP_BACKGROUND) || theme.getColor(EDITOR_DRAG_AND_DROP_BACKGROUND);
console.log('dndBackgroundColor', dndBackgroundColor);
if (dndBackgroundColor) {
collector.addRule(`.monaco-workbench .pane-body.integrated-terminal .terminal-drop-overlay { background-color: ${dndBackgroundColor.toString()}; }`);
}
Expand Down

0 comments on commit 62bbbcc

Please sign in to comment.