Skip to content

Commit c4587f9

Browse files
authored
remove debug leftover
1 parent 3b76b80 commit c4587f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def install_tool(TOOL, retry_count=0):
131131
else:
132132
# use branch master
133133
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
134-
req = requests.get(URL)
135134
packjdata = requests.get(URL).json()
136135
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
137136
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url

0 commit comments

Comments
 (0)