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
|
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)
|
UIGraphicsBeginImageContextWithOptions(bounds.size, false, 0)
|
||||||
guard let context = UIGraphicsGetCurrentContext() else {
|
guard let context = UIGraphicsGetCurrentContext() else {
|
||||||
|
|
Loading…
Reference in New Issue