Removed redundent console log
parent
a3293be30d
commit
47420f17ea
|
|
@ -5,7 +5,6 @@ export default class HorizontalScrollPlugin extends Scrollbar.ScrollbarPlugin {
|
|||
transformDelta (delta, fromEvent) {
|
||||
const { x, y } = delta
|
||||
if (!this.scrollbar.options.horizontal) {
|
||||
console.log('wtf', x)
|
||||
return {
|
||||
y: y,
|
||||
x: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue