Skip to content

Commit

Permalink
delete useless notes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchi committed Oct 11, 2023
1 parent 6e982ea commit e08ad50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/head_move/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def balance():
auth = request.headers.get('Authorization')
auth_srv = get_md5(args)
if auth_srv != auth:
# logger.error('Authorization failed.\nAuth from client:{}\nAuth from server:{}'.format(auth, auth_srv))
return jsonify({
'code':401,
'msg':'Authorization failed.',
Expand Down

0 comments on commit e08ad50

Please sign in to comment.