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

Commit dcdfe5f

Browse files
Update uploader.py
1 parent d35d66c commit dcdfe5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelpandas/uploader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def create_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame
148148
))
149149
for f in as_completed(futures):
150150
res = f.result()
151-
print(res)
152151
global_key = str(res["data_row"]["global_key"])
153152
upload_dict[global_key] = {
154153
"data_row" : res["data_row"],

0 commit comments

Comments
 (0)