Skip to content

Commit

Permalink
Merge pull request #7 from salmaanahmed/salmaanahmed-patch-remove-print
Browse files Browse the repository at this point in the history
Remove print
#1
  • Loading branch information
salmaanahmed authored Sep 2, 2019
2 parents 72e0a85 + 84cbc20 commit fe2f273
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PaginatedTableView/Classes/PaginatedTableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ extension PaginatedTableView {
if distanceFromBottom < height {
load()
}
print("Scroll: \(distanceFromBottom)")
}
}

Expand Down Expand Up @@ -293,9 +292,6 @@ extension UIView {
let insets = self.safeAreaInsets
topInset = insets.top
bottomInset = insets.bottom

print("Top: \(topInset)")
print("bottom: \(bottomInset)")
}

translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit fe2f273

Please sign in to comment.