Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Jun 5, 2024
1 parent c6e93b8 commit 23f101b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unstructured/ingest/v2/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def _run(self):

# Partition content
elements = self.partitioner_step(downloaded_data)
print("DEBUGGING: {}")
elements = self.clean_results(results=elements)
if not elements:
return
Expand Down

0 comments on commit 23f101b

Please sign in to comment.