Skip to content

Commit 3a64dcf

Browse files
committed
Remove debugging info output
1 parent 715b175 commit 3a64dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superannotate/db/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ def _upload_annotations_from_folder_to_project(
10941094

10951095
for ac_upl in actually_uploaded:
10961096
return_result += [str(p) for p in ac_upl]
1097-
print(return_result)
1097+
# print(return_result)
10981098
return return_result
10991099

11001100

0 commit comments

Comments
 (0)