Remove debug statement (IOS-272)

This commit is contained in:
Nathan Mattes 2024-05-24 20:52:01 +02:00
parent d7ec60cff2
commit ef666be391
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ final class ListBatchFetchViewModel {
if contentSize.height < frame.height { return }
if contentOffset.y > (contentSize.height - frame.height) {
print("ACTION!")
action()
}
}