Removed redundent console log

pull/50/head
Nikan Dalvand 2019-08-03 22:49:49 +04:30
parent a3293be30d
commit 47420f17ea
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ export default class HorizontalScrollPlugin extends Scrollbar.ScrollbarPlugin {
transformDelta (delta, fromEvent) { transformDelta (delta, fromEvent) {
const { x, y } = delta const { x, y } = delta
if (!this.scrollbar.options.horizontal) { if (!this.scrollbar.options.horizontal) {
console.log('wtf', x)
return { return {
y: y, y: y,
x: 0 x: 0