diff --git a/RxCocoa/Common/Binder.swift b/RxCocoa/Common/Binder.swift index f5db211bb..129af5670 100644 --- a/RxCocoa/Common/Binder.swift +++ b/RxCocoa/Common/Binder.swift @@ -42,9 +42,6 @@ public struct Binder: 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 } }