Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
lolipopshock committed Apr 3, 2022
1 parent 91beb08 commit e7c62d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layoutparser/io/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def load_dataframe(df: pd.DataFrame, block_type: str = None) -> Layout:
else:
df["block_type"] = block_type

print((df.columns), TextBlock._features, any(col in TextBlock._features for col in df.columns))
if any(col in TextBlock._features for col in df.columns):
# Automatically setting index for textblock
if "id" not in df.columns:
Expand Down

0 comments on commit e7c62d6

Please sign in to comment.