Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtesaak committed Jul 10, 2018
1 parent 5eb0c2c commit 0afa6e0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dist/perfect-scrollbar.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ var touch = function(i) {
}

function touchStart(e) {
console.log(i);
resolveSwipePropagation(e);

if (!shouldHandle(e)) {
Expand Down
1 change: 0 additions & 1 deletion dist/perfect-scrollbar.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ var touch = function(i) {
}

function touchStart(e) {
console.log(i);
resolveSwipePropagation(e);

if (!shouldHandle(e)) {
Expand Down
1 change: 0 additions & 1 deletion dist/perfect-scrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ var touch = function(i) {
}

function touchStart(e) {
console.log(i);
resolveSwipePropagation(e);

if (!shouldHandle(e)) {
Expand Down
2 changes: 1 addition & 1 deletion dist/perfect-scrollbar.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/handlers/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default function(i) {
}

function touchStart(e) {
console.log(i);
resolveSwipePropagation(e);

if (!shouldHandle(e)) {
Expand Down

0 comments on commit 0afa6e0

Please sign in to comment.