forked from shadowfacts/Tusker
Remove old debug print
This commit is contained in:
parent
e3d27e0720
commit
9f423e0c40
|
@ -32,7 +32,6 @@ class EnhancedTableViewController: UITableViewController {
|
|||
|
||||
override func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
|
||||
prevScrollToTopOffset = nil
|
||||
print(tableView.contentOffset)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue