Skip to content

Commit

Permalink
Removes warning of sequence completion from Binder. #1431
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 7, 2017
1 parent aacfcc8 commit fe69f75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RxCocoa/Common/Binder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ public struct Binder<Value>: ObserverType {
case .error(let error):
bindingError(error)
case .completed:
#if DEBUG
print("Source observable sequence has completed and no further element will be bound. This may be something unexpected.")
#endif
break
}
}
Expand Down

0 comments on commit fe69f75

Please sign in to comment.