chore: comment out animation logging

This commit is contained in:
CMK 2021-03-05 15:56:20 +08:00
parent a3f9b8c2ef
commit 07d3c3cbff
1 changed files with 1 additions and 1 deletions

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 {