1
0
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:
Andrew Trice 2012-04-09 12:02:53 -04:00
parent 89de0830f1
commit 75260dd40e

View File

@ -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 ) {