Commit 46bf6586 authored by Marco Mariani's avatar Marco Mariani

configure client: removed unused code line

parent 5385ba4e
......@@ -46,8 +46,6 @@ class ConfigureClientCommand(ClientConfigCommand):
def get_certificate_key_pair(logger, master_url_web, token):
url = '/'.join([master_url_web, 'myspace/my_account/request-a-certificate'])
req = requests.post('/'.join([master_url_web, 'myspace/my_account/request-a-certificate/WebSection_requestNewCertificate']),
data={},
headers={'X-Access-Token': token},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment