Skip to content

Commit

Permalink
Remove mistakenly-added print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Moishe committed Mar 28, 2024
1 parent 565acfa commit ed91bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dailyai/pipeline/merge_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ async def run_pipeline(self):
for idx, pipeline in enumerate(self.pipelines):
while True:
frame = await pipeline.sink.get()
print(idx, frame)
if isinstance(
frame, EndFrame) or isinstance(
frame, EndPipeFrame):
Expand Down

0 comments on commit ed91bc0

Please sign in to comment.