mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 16:47:54 +00:00
Remove debug print
This commit is contained in:
parent
0e585cbf64
commit
2fe34ecf4e
1 changed files with 0 additions and 1 deletions
|
|
@ -591,7 +591,6 @@ def build_request(url, data=None, headers=None, bump='', secure=False):
|
|||
|
||||
if url[0] == ':':
|
||||
scheme = ('http', 'https')[bool(secure)]
|
||||
print scheme
|
||||
schemed_url = '%s%s' % (scheme, url)
|
||||
else:
|
||||
schemed_url = url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue