Skip to content

Commit 8f2d1f5

Browse files
committed
remove print statement
1 parent 6631dca commit 8f2d1f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

upload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def upload_file(file_path, folder="uploads"):
88
"""
99
Uploads a file to Cloudinary and returns the upload response.
1010
"""
11-
print(os.getenv("CLOUDINARY_URL"))
1211
try:
1312
response = cloudinary.uploader.upload(
1413
file_path,

0 commit comments

Comments
 (0)