Skip to content

Commit 920db1c

Browse files
committed
console loogs
1 parent 3efb33d commit 920db1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: js/angular/controller/refresherController.js

-3
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ IonicModule
104104
// if we've dragged up and back down in to native scroll territory
105105
if (deltaY - dragOffset <= 0 || scrollParent.scrollTop !== 0) {
106106

107-
console.log('NOT PULLING', deltaY, dragOffset, scrollParent.scrollTop);
108-
109107
if (isOverscrolling) {
110108
isOverscrolling = false;
111109
setScrollLock(false);
@@ -122,7 +120,6 @@ IonicModule
122120
return;
123121

124122
} else if (deltaY > 0 && scrollParent.scrollTop === 0 && !isOverscrolling) {
125-
console.log('PULLING', deltaY, dragOffset, scrollParent.scrollTop, isOverscrolling);
126123
// starting overscroll, but drag started below scrollTop 0, so we need to offset the position
127124
dragOffset = deltaY;
128125
}

0 commit comments

Comments
 (0)