From 1f0c377f6530f30547ac18b631d722da1d9585e9 Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Thu, 8 Oct 2020 16:51:17 -0400 Subject: [PATCH] Removing log statement --- PulleyLib/PulleyViewController.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/PulleyLib/PulleyViewController.swift b/PulleyLib/PulleyViewController.swift index 09210ed..13ba833 100644 --- a/PulleyLib/PulleyViewController.swift +++ b/PulleyLib/PulleyViewController.swift @@ -645,11 +645,7 @@ open class PulleyViewController: UIViewController, PulleyDrawerViewControllerDel fileprivate var isAnimatingDrawerPosition: Bool = false - fileprivate var isChangingDrawerPosition: Bool = false { - didSet { - print("Drawer Position Changing: \(isChangingDrawerPosition)") - } - } + fileprivate var isChangingDrawerPosition: Bool = false /// The height of the open position for the drawer private var heightOfOpenDrawer: CGFloat {