Skip to content

Commit

Permalink
- removed console output
Browse files Browse the repository at this point in the history
  • Loading branch information
CptCompiler committed Apr 4, 2018
1 parent 32d189f commit 70c6ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mixins/event-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ var EventHandlers = {
if (this.props.vertical && this.props.swipeToSlide && this.props.verticalSwiping) {
e.preventDefault();
}
console.log(this.props);

var swipeLeft;
var curLeft, positionOffset;
var touchObject = this.state.touchObject;
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/event-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var EventHandlers = {
) {
e.preventDefault();
}
console.log(this.props);

var swipeLeft;
var curLeft, positionOffset;
var touchObject = this.state.touchObject;
Expand Down

0 comments on commit 70c6ae2

Please sign in to comment.