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 authored and chadbailey59 committed Apr 2, 2024
1 parent 8d31a00 commit 44d1201
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 44d1201

Please sign in to comment.