From effad1e51c63016d8ecc158528f2d60b31a5c1fa Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Fri, 18 Jun 2021 11:12:55 +0300 Subject: [PATCH] fix: pr issue --- TIUIElements/Sources/Helpers/HeaderTransitionDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/TIUIElements/Sources/Helpers/HeaderTransitionDelegate.swift b/TIUIElements/Sources/Helpers/HeaderTransitionDelegate.swift index dfea81e3..3e328e5c 100644 --- a/TIUIElements/Sources/Helpers/HeaderTransitionDelegate.swift +++ b/TIUIElements/Sources/Helpers/HeaderTransitionDelegate.swift @@ -103,7 +103,6 @@ open class HeaderTransitionDelegate: NSObject, UIScrollViewDelegate { } private func animate(headerAnimation: HeaderAnimationType, alpha: CGFloat) { - debugPrint("titleView = ", headerViewHandler?.navBar) switch headerAnimation { case .paralaxWithTransition: titleView?.transition(to: alpha)