Skip to content

Commit

Permalink
Merge pull request #92 from daily-co/remove-bad-print
Browse files Browse the repository at this point in the history
Remove mistakenly-added print statement
  • Loading branch information
Moishe authored Mar 28, 2024
2 parents 565acfa + ed91bc0 commit 22bbede
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 22bbede

Please sign in to comment.