Skip to content

Commit c01c16f

Browse files
authored
Merge pull request #8 from mikevanis/master
cleanup of console
2 parents ea56292 + 33e0ed7 commit c01c16f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

esptool-python-gui.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
if not os.environ.get('PYTHONHTTPSVERIFY', '') and getattr(ssl, '_create_unverified_context', None):
1414
ssl._create_default_https_context = ssl._create_unverified_context
1515

16-
github_api_url = 'https://api.github.com/repos/interactionresearchstudio/ESP32-SOCKETIO/releases'
1716
server_projects_url = 'https://irs-socket-server.herokuapp.com/projects'
1817

1918
esptool_options = ['--chip', 'esp32',
@@ -62,7 +61,6 @@ def get_bin_url(api_url):
6261
for asset in data[0]['assets']:
6362
if asset['name'] == 'app-combined.bin':
6463
bin_url = asset['browser_download_url']
65-
print(bin_url)
6664
return bin_url
6765
print('Error: No app-combined.bin in release.')
6866
return bin_url

0 commit comments

Comments
 (0)