mirror of
https://github.com/moparisthebest/app-UI
synced 2024-12-21 23:18:52 -05:00
removed console.log debug statements
This commit is contained in:
parent
89de0830f1
commit
75260dd40e
@ -116,7 +116,7 @@ SlidingView.prototype.updateBasedOnTouchPoints = function( currentPosition ) {
|
||||
this.body.css("-moz-transform", "translate3d(" + targetX + "px,0,0)" );
|
||||
this.body.css("transform", "translate3d(" + targetX + "px,0,0)" );
|
||||
|
||||
console.log( this.body.css("-moz-transform"), targetX );
|
||||
//console.log( this.body.css("-moz-transform"), targetX );
|
||||
|
||||
|
||||
/*if ( currentPosition != targetX ) {
|
||||
|
Loading…
Reference in New Issue
Block a user