Skip to content

Commit 1720298

Browse files
committed
variable error fix
1 parent d42969d commit 1720298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roboflow/core/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ def single_upload(
477477
**kwargs,
478478
):
479479
project_url = self.id.rsplit("/")[1]
480-
print("project url", project_url)
481480
if image_path and image_id:
482481
raise Exception("You can't pass both image_id and image_path")
483482
if not (image_path or image_id):

0 commit comments

Comments
 (0)