removed console.log debug statements

This commit is contained in:
Andrew Trice 2012-04-09 12:02:53 -04:00
parent 89de0830f1
commit 75260dd40e
1 changed files with 1 additions and 1 deletions

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