Jelajahi Sumber

Delete print

Quentin Richard 7 tahun lalu
induk
melakukan
08197551dc
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      VLCAlertViewController.swift

+ 0 - 2
VLCAlertViewController.swift

@@ -29,8 +29,6 @@ typealias AlertAction = (UIAlertAction) -> Void
 
    @objc class func alertViewManager(title: String, errorMessage: String? = nil, viewController: UIViewController,
                                        buttonsAction: [ButtonAction]) {
-    print(buttonsAction[0].buttonTitle)
-    print(buttonsAction[0].buttonAction)
         let alert = UIAlertController(title: title, message: errorMessage, preferredStyle: .alert)
         alert.show(viewController, sender: Any?.self)
         for buttonAction in buttonsAction {