Skip to content

Commit

Permalink
Removing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmentflam committed Oct 8, 2020
1 parent 186ae78 commit 1f0c377
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PulleyLib/PulleyViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f0c377

Please sign in to comment.