Browse Source

Delete print

Quentin Richard 7 years ago
parent
commit
08197551dc
1 changed files with 0 additions and 2 deletions
  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 {