Skip to content

Commit f03287c

Browse files
committed
chore(ui): Remove debugging statement
1 parent 68d1664 commit f03287c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/slider/slider-utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export let SliderMixin = {
168168
}
169169
else if (event.isFirst) {
170170
this.dragging = this.__getDragging(event.evt)
171-
console.log('started')
172171
this.__updatePosition(event.evt)
173172
this.__updateValue()
174173
this.active = true

0 commit comments

Comments
 (0)