We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42969d commit 1720298Copy full SHA for 1720298
roboflow/core/project.py
@@ -477,7 +477,6 @@ def single_upload(
477
**kwargs,
478
):
479
project_url = self.id.rsplit("/")[1]
480
- print("project url", project_url)
481
if image_path and image_id:
482
raise Exception("You can't pass both image_id and image_path")
483
if not (image_path or image_id):
0 commit comments