delete debug message
This commit is contained in:
parent
31c1805d14
commit
204ab96155
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ class AddPasswordTableViewController: UITableViewController {
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
|
override func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
|
||||||
print(section)
|
|
||||||
let headerView = UITableViewHeaderFooterView()
|
let headerView = UITableViewHeaderFooterView()
|
||||||
headerView.textLabel?.text = tableTitles[section].uppercased()
|
headerView.textLabel?.text = tableTitles[section].uppercased()
|
||||||
return headerView
|
return headerView
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue