Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit d35d66c

Browse files
Update client.py
1 parent c17ec5b commit d35d66c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

labelpandas/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ def create_data_rows_from_table(
146146
create_action=actions["create"], annotate_action=actions["annotate"], prediction_action=actions["predictions"],
147147
upload_method=upload_method, mask_method=mask_method, divider=divider, verbose=verbose
148148
)
149-
150-
print(x)
151-
print(actions)
152-
print(upload_dict)
153149

154150
# Upload your data rows to Labelbox, updating upload_dict if global keys are modified during upload using labelbase.uploader.batch_create_data_rows
155151
data_row_upload_results, upload_dict = batch_create_data_rows(

0 commit comments

Comments
 (0)