Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
helllth committed Aug 16, 2017
1 parent 2c502b3 commit 74e1c23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions belis-app/CidsConnectionSettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ class CidsConnectionSettingsViewController: UIViewController {
//https://wunda-geoportal-api.cismet.de
let checkOp=CheckOperation(baseUrl: CidsConnector.instance.baseUrl,completionHandler: cH )
checkOp.enqueue()
// lazyMainQueueDispatch() {
// CidsConnector.sharedInstance().mainVC?.progressHUD?.show(in: CidsConnector.sharedInstance().mainVC!.view)
// }
lazyMainQueueDispatch() {
self.present(progress, animated: true, completion: nil)
}
Expand Down

0 comments on commit 74e1c23

Please sign in to comment.