Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
chore: remove console.log 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
andreruffert committed Nov 30, 2016
1 parent 5d295c5 commit 9f0b964
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/rangeslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@
pageCoordinate = 0;

if (typeof e.originalEvent['client' + ucCoordinate] !== 'undefined') {
console.log('client' + ucCoordinate);
pageCoordinate = e.originalEvent['client' + ucCoordinate];
}
else if (
Expand Down
2 changes: 1 addition & 1 deletion dist/rangeslider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/rangeslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@
pageCoordinate = 0;

if (typeof e.originalEvent['client' + ucCoordinate] !== 'undefined') {
console.log('client' + ucCoordinate);
pageCoordinate = e.originalEvent['client' + ucCoordinate];
}
else if (
Expand Down

0 comments on commit 9f0b964

Please sign in to comment.