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)