Skip to content

Commit fe69f75

Browse files
committed
Removes warning of sequence completion from Binder. ReactiveX#1431
1 parent aacfcc8 commit fe69f75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RxCocoa/Common/Binder.swift

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ public struct Binder<Value>: ObserverType {
4242
case .error(let error):
4343
bindingError(error)
4444
case .completed:
45-
#if DEBUG
46-
print("Source observable sequence has completed and no further element will be bound. This may be something unexpected.")
47-
#endif
4845
break
4946
}
5047
}

0 commit comments

Comments
 (0)