diff --git a/rxsci/operators/tee_map.py b/rxsci/operators/tee_map.py index 10a8221..5a21d67 100644 --- a/rxsci/operators/tee_map.py +++ b/rxsci/operators/tee_map.py @@ -180,7 +180,6 @@ def tee_map(*args, join='zip'): raise ValueError("tee_map join argument must be on of zip, merge, combine_latest") args = [rx.pipe(*arg) if type(arg) is list else arg for arg in args] - print(args) def _tee_map(source): if isinstance(source, rs.MuxObservable): connectable = source.pipe(