Skip to content

Commit

Permalink
chore(ui): Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 14, 2020
1 parent 68d1664 commit f03287c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/slider/slider-utils.js
Expand Up @@ -168,7 +168,6 @@ export let SliderMixin = {
}
else if (event.isFirst) {
this.dragging = this.__getDragging(event.evt)
console.log('started')
this.__updatePosition(event.evt)
this.__updateValue()
this.active = true
Expand Down

0 comments on commit f03287c

Please sign in to comment.