Skip to content

Commit

Permalink
remove unnecessary assertion check
Browse files Browse the repository at this point in the history
  • Loading branch information
ranhsd committed Oct 1, 2017
1 parent 9d4c2fd commit d6af175
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 d6af175

Please sign in to comment.