Skip to content

Commit

Permalink
MAINT: removed logs in remote-status
Browse files Browse the repository at this point in the history
  • Loading branch information
AvishaiW committed Sep 17, 2018
1 parent 224896d commit a6e8244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion catalyst/utils/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def get_remote_status(algo_id):
raise Exception("the id you entered is invalid! "
"please enter a valid id.")
json_file = {'algo_id': algo_id}
log.info("retrieving the status of {} algorithm".format(algo_id))
response = send_digest_request(
json_file=json_file, path=STATUS_PATH, method=GET
)
Expand Down
2 changes: 0 additions & 2 deletions catalyst/utils/remote_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def handle_status(received_content):
log.error(received_content['message'])
return status

log.info("The status of the algorithm is: '{}'".
format(status))
perf, log_file = load_response(received_content)
return status, perf, log_file

Expand Down

0 comments on commit a6e8244

Please sign in to comment.