1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-07 06:50:34 +01:00

chore: comment out animation logging

This commit is contained in:
CMK 2021-03-05 15:56:20 +08:00
parent a3f9b8c2ef
commit 07d3c3cbff

View File

@ -34,7 +34,7 @@ private final class StripProgressLayer: CALayer {
return presentation()?.progress ?? self.progress
}()
os_log(.info, log: .debug, "%{public}s[%{public}ld], %{public}s: progress: %.2f", ((#file as NSString).lastPathComponent), #line, #function, progress)
// os_log(.info, log: .debug, "%{public}s[%{public}ld], %{public}s: progress: %.2f", ((#file as NSString).lastPathComponent), #line, #function, progress)
UIGraphicsBeginImageContextWithOptions(bounds.size, false, 0)
guard let context = UIGraphicsGetCurrentContext() else {