removing print statements.

This commit is contained in:
Kevin G Christiano 2020-02-07 09:11:06 -05:00
parent 23e87b1cbb
commit 3eb94fe616

View File

@ -197,8 +197,6 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
}
}
print("ADD PATHS: \(indexPaths)")
self.tableView?.insertRows(at: indexPaths, with: animation)
self.updateViewConstraints()
self.view.layoutIfNeeded()
@ -227,8 +225,6 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
}
}
print("REMOVE PATHS: \(indexPaths)")
tableView?.deleteRows(at: indexPaths, with: animation)
updateViewConstraints()
view.layoutIfNeeded()