Removed old debugging statement.

This commit is contained in:
Maurice Parker 2020-03-12 16:01:13 -05:00
parent 5783ff48fc
commit 47e42fab0a

View File

@ -62,9 +62,6 @@ class ImageViewController: UIViewController {
}
@IBAction func done(_ sender: Any) {
if let button = sender as? UIButton {
print(button.frame.size)
}
dismiss(animated: true)
}