Skip to content

Commit a0438d2

Browse files
authored
remove debug leftover
1 parent 6216528 commit a0438d2

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
@@ -132,7 +132,6 @@ def install_tool(TOOL, retry_count=0):
132132
else:
133133
# use branch release/v3.3.x
134134
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.3.x/package/package_esp32_index.template.json"
135-
req = requests.get(URL)
136135
packjdata = requests.get(URL).json()
137136
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
138137
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url

0 commit comments

Comments
 (0)