Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Jan 31, 2025
1 parent e00fc58 commit 2fc72e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daft/dataframe/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ def _from_tables(cls, *parts: MicroPartition) -> "DataFrame":
if not parts:
raise ValueError("Can't create a DataFrame from an empty list of tables.")

print("_from_tables")
result_pset = LocalPartitionSet()

for i, part in enumerate(parts):
Expand Down

0 comments on commit 2fc72e7

Please sign in to comment.