Remove some os_logs

This commit is contained in:
Jed Fox 2022-12-21 19:25:39 -05:00
parent a9534e480a
commit ff502a4868
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
1 changed files with 0 additions and 2 deletions

View File

@ -192,12 +192,10 @@ extension MediaPreviewViewController {
extension MediaPreviewViewController {
@objc private func closeButtonPressed(_ sender: UIButton) {
os_log(.info, log: .debug, "%{public}s[%{public}ld], %{public}s", ((#file as NSString).lastPathComponent), #line, #function)
dismiss(animated: true, completion: nil)
}
@objc private func altButtonPressed(_ sender: UIButton) {
os_log(.info, log: .debug, "%{public}s[%{public}ld], %{public}s", ((#file as NSString).lastPathComponent), #line, #function)
guard let alt = viewModel.altText else { return }
present(AltViewController(alt: alt, sourceView: sender), animated: true)
}