Skip to content

Commit

Permalink
Merge pull request sergdort#25 from ranhsd/master
Browse files Browse the repository at this point in the history
remove unnecessary assertion check
  • Loading branch information
sergdort authored Oct 1, 2017
2 parents 9d4c2fd + d6af175 commit f26edbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CleanArchitectureRxSwift/Utility/Observable+Ext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extension ObservableType {

func asDriverOnErrorJustComplete() -> Driver<E> {
return asDriver { error in
assertionFailure("Error \(error)")
return Driver.empty()
}
}
Expand Down

0 comments on commit f26edbd

Please sign in to comment.