delete debug message

This commit is contained in:
Bob Sun 2017-02-11 22:43:54 +08:00
parent 31c1805d14
commit 204ab96155
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -49,7 +49,6 @@ class AddPasswordTableViewController: UITableViewController {
}
override func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
print(section)
let headerView = UITableViewHeaderFooterView()
headerView.textLabel?.text = tableTitles[section].uppercased()
return headerView