From 47420f17ea58fe0466196e2c58e9fdc08ed13c46 Mon Sep 17 00:00:00 2001 From: Nikan Dalvand Date: Sat, 3 Aug 2019 22:49:49 +0430 Subject: [PATCH] Removed redundent console log --- src/renderer/utility/HorizontalScrollPlugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/utility/HorizontalScrollPlugin.js b/src/renderer/utility/HorizontalScrollPlugin.js index ebb90e0..f8dfbed 100644 --- a/src/renderer/utility/HorizontalScrollPlugin.js +++ b/src/renderer/utility/HorizontalScrollPlugin.js @@ -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