Skip to content

Commit 691e29e

Browse files
committed
Remove print
1 parent 7542f0e commit 691e29e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CircularRevealKit/Classes/UICircularViewControllerExtension.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public extension UIViewController {
126126
switch revealType {
127127

128128
case RevealType.reveal:
129-
129+
130130
toView.isHidden = true
131131
transactionContext.containerView.insertSubview(
132132
toView,
@@ -188,9 +188,6 @@ public extension UIViewController {
188188

189189
case RevealType.unreveal:
190190

191-
print("fromViewController: \(String(describing: fromViewController))")
192-
print("toViewController: \(String(describing: toViewController))")
193-
194191
guard let toViewSnapshot: UIView = toView.snapshotView(afterScreenUpdates: true),
195192
let fromViewSnapshot: UIView = fromView.snapshotView(afterScreenUpdates: true) else {
196193
return

0 commit comments

Comments
 (0)