mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
chore: comment out animation logging
This commit is contained in:
parent
a3f9b8c2ef
commit
07d3c3cbff
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user