Removed debugging messages

This commit is contained in:
Max Lynch
2013-09-22 13:52:29 -05:00
parent 4c19705806
commit c6d0dd4457
2 changed files with 6 additions and 2 deletions

View File

@ -83,7 +83,6 @@ angular.module('ionic.ui', [])
}, $element[0]);
$scope.$watch('contentTranslateX', function(value) {
console.log('Translate X changing', value);
$element[0].style.webkitTransform = 'translate3d(' + value + 'px, 0, 0)';
});