Skip to content

Commit cb7da70

Browse files
committed
print statement removal
1 parent 03c58a2 commit cb7da70

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/fedml/api/modules/storage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ def upload(data_path, api_key, name, description, tag_list, service, show_progre
7373
if not file_uploaded_url:
7474
return FedMLResponse(code=ResponseCode.FAILURE, message=f"Failed to upload file: {to_upload_path}")
7575

76-
print("url: ",file_uploaded_url)
77-
7876
json_data = {
7977
"datasetName": name,
8078
"description": description,

0 commit comments

Comments
 (0)