Skip to content

Commit

Permalink
remove debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Sep 19, 2022
1 parent 034ac1c commit 437a475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rxsci/operators/tee_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 437a475

Please sign in to comment.