Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed May 7, 2020
1 parent 7542f0e commit 691e29e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public extension UIViewController {
switch revealType {

case RevealType.reveal:

toView.isHidden = true
transactionContext.containerView.insertSubview(
toView,
Expand Down Expand Up @@ -188,9 +188,6 @@ public extension UIViewController {

case RevealType.unreveal:

print("fromViewController: \(String(describing: fromViewController))")
print("toViewController: \(String(describing: toViewController))")

guard let toViewSnapshot: UIView = toView.snapshotView(afterScreenUpdates: true),
let fromViewSnapshot: UIView = fromView.snapshotView(afterScreenUpdates: true) else {
return
Expand Down

0 comments on commit 691e29e

Please sign in to comment.