We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9268c8e + 0c73bf9 commit 878af51Copy full SHA for 878af51
library/src/main/java/link/fls/swipestack/SwipeHelper.java
@@ -44,7 +44,6 @@ public SwipeHelper(SwipeStack swipeStack) {
44
45
@Override
46
public boolean onTouch(View v, MotionEvent event) {
47
- Log.d("EVENT",event+"");
48
switch (event.getAction()) {
49
case MotionEvent.ACTION_DOWN:
50
if(!mListenForTouchEvents || !mSwipeStack.isEnabled()) {
0 commit comments