diff --git a/VDS/Protocols/Handlerable.swift b/VDS/Protocols/Handlerable.swift index 0c644b8a..f9ad8770 100644 --- a/VDS/Protocols/Handlerable.swift +++ b/VDS/Protocols/Handlerable.swift @@ -25,7 +25,6 @@ extension Handlerable { public func handlerPublisher() -> AnyPublisher { subject - .debounce(for: .seconds(Constants.StateDebounce), scheduler: RunLoop.main) .eraseToAnyPublisher() } }