Skip to content

Commit 878af51

Browse files
authored
Merge pull request #2 from dmllr/hotfix
refactoring: remove nasty logging of every event
2 parents 9268c8e + 0c73bf9 commit 878af51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/main/java/link/fls/swipestack/SwipeHelper.java

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public SwipeHelper(SwipeStack swipeStack) {
4444

4545
@Override
4646
public boolean onTouch(View v, MotionEvent event) {
47-
Log.d("EVENT",event+"");
4847
switch (event.getAction()) {
4948
case MotionEvent.ACTION_DOWN:
5049
if(!mListenForTouchEvents || !mSwipeStack.isEnabled()) {

0 commit comments

Comments
 (0)