Skip to content

Commit

Permalink
remove debug print for orientation change
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Jul 26, 2020
1 parent 5592458 commit e6072a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseUIViewController: UIViewController, GCKSessionManagerListener, GCKRequ
}

@objc func deviceOrientationDidChange(_: Notification) {
print("Orientation changed")
// TBD
}

override func viewWillAppear(_ animated: Bool) {
Expand Down

0 comments on commit e6072a0

Please sign in to comment.