Skip to content

Commit

Permalink
Remove print in Tee (#33700)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjtran authored Jan 24, 2025
1 parent 2fc7646 commit 88aa3b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/transforms/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,6 @@ def __init__(

def expand(self, input):
for consumer in self._consumers:
print("apply", consumer)
if callable(consumer):
_ = input | ptransform_fn(consumer)()
else:
Expand Down

0 comments on commit 88aa3b3

Please sign in to comment.