Skip to content

Commit 4b8a2ae

Browse files
committed
removed print statements
1 parent 30040d8 commit 4b8a2ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,10 @@ def __image_upload(
295295
batch_name,
296296
]
297297
)
298-
print(tag_names)
298+
299299
for tag in tag_names:
300300
self.image_upload_url = self.image_upload_url + f"&tag={tag}"
301301

302-
print(self.image_upload_url)
303-
304302
# Convert to PIL Image
305303
img = cv2.imread(image_path)
306304
image = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)

0 commit comments

Comments
 (0)