Skip to content

Commit

Permalink
Removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
romandanylyk committed Dec 19, 2016
1 parent e5ccf3b commit 5a8cae5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public void onPageScrolled(int position, float positionOffset, int positionOffse
@Override
public void onPageSelected(int position) {
if (!interactiveAnimation || animationType == AnimationType.NONE) {
Log.e("TEST", "onPageSelected");
setSelection(position);
}
}
Expand Down

0 comments on commit 5a8cae5

Please sign in to comment.