Skip to content

Commit

Permalink
remove loging
Browse files Browse the repository at this point in the history
  • Loading branch information
borsch committed Feb 13, 2017
1 parent 4a8f157 commit 50d6a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/carousel.utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
_frames = _self._frames,
_time = _self._animationTime,
_timer = setInterval(function(){
console.log(_easing);
// difference in time from last call in percents
var diff = (new Date().getTime() - start) / _time;

Expand Down

0 comments on commit 50d6a7f

Please sign in to comment.