Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dipakyadav committed Apr 16, 2015
1 parent 88dddd2 commit 06d7779
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions dist/angular-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,6 @@ angular.module('angular-carousel').run(['$templateCache', function($templateCach
}
var moveOffset = shouldMove ? slidesMove : 0;

console.log("scope.carouselIndex = " + scope.carouselIndex);
console.log("moveOffset = " + moveOffset);
console.log("slidesMove = " + slidesMove);

destination = (scope.carouselIndex + moveOffset);

goToSlide(destination);
Expand Down
Loading

0 comments on commit 06d7779

Please sign in to comment.