Commit 7eb188f7 authored by DavidHuang's avatar DavidHuang

删除 不使用的日志

parent be0017d7
...@@ -171,11 +171,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate { ...@@ -171,11 +171,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
let vc = UIViewController.current ?? UIViewController() let vc = UIViewController.current ?? UIViewController()
if vc.isKind(of: YHLivePlayerViewController.self) { if vc.isKind(of: YHLivePlayerViewController.self) {
if let vc2 = vc as? YHLivePlayerViewController,vc2.canDoRotateFunc() { if let vc2 = vc as? YHLivePlayerViewController,vc2.canDoRotateFunc() {
printLog(" 可旋转") // printLog(" 可旋转")
return [.portrait, .landscapeRight] return [.portrait, .landscapeRight]
} }
} }
printLog("不 可旋转") // printLog("不 可旋转")
return .portrait return .portrait
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment