Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7c62d6

Browse files
committedApr 3, 2022
remove print
1 parent 91beb08 commit e7c62d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/layoutparser/io/basic.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def load_dataframe(df: pd.DataFrame, block_type: str = None) -> Layout:
140140
else:
141141
df["block_type"] = block_type
142142

143-
print((df.columns), TextBlock._features, any(col in TextBlock._features for col in df.columns))
144143
if any(col in TextBlock._features for col in df.columns):
145144
# Automatically setting index for textblock
146145
if "id" not in df.columns:

0 commit comments

Comments
 (0)
Please sign in to comment.