there is no more errors in DEBUG mode

This commit is contained in:
Ivan Smolin 2017-06-08 18:15:37 +03:00
parent ccac5294fc
commit e384df2ebe
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ import RxAlamofire
/// Base network service implementation build on top of LeadKit extensions for Alamofire.
/// Has an ability to automatically show / hide network activity indicator
/// and shows errors in DEBUG mode
open class NetworkService {
private let requestCountVariable = Variable<Int>(0)