Remove old debug print

This commit is contained in:
Shadowfacts 2018-11-24 16:30:06 -05:00
parent e3d27e0720
commit 9f423e0c40
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class EnhancedTableViewController: UITableViewController {
override func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
prevScrollToTopOffset = nil
print(tableView.contentOffset)
}
}