Skip to content

Commit 4fb6b70

Browse files
committed
remove console.log
1 parent 0043641 commit 4fb6b70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/base/browser/ui/splitview/panelview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ class PanelDraggable extends Disposable {
336336
backgroundColor = (this.panel.dropBackground || PanelDraggable.DefaultDragOverBackgroundColor).toString();
337337
}
338338

339-
console.log(backgroundColor);
340339
this.panel.dropTargetElement.style.backgroundColor = backgroundColor;
341340
}
342341
}

0 commit comments

Comments
 (0)