Remove debug statement (IOS-272)
This commit is contained in:
parent
d7ec60cff2
commit
ef666be391
|
@ -19,7 +19,6 @@ final class ListBatchFetchViewModel {
|
|||
if contentSize.height < frame.height { return }
|
||||
|
||||
if contentOffset.y > (contentSize.height - frame.height) {
|
||||
print("ACTION!")
|
||||
action()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue