Remove debug comment
This commit is contained in:
parent
665503b1d6
commit
06c45dffa6
@ -14,7 +14,7 @@ def try_download_datasheet(partnum):
|
||||
|
||||
sanitized_name = partnum.replace(" ", "")
|
||||
url = "https://catalog.belden.com/techdata/EN/" + sanitized_name + "_techdata.pdf"
|
||||
print(url)
|
||||
#print(url)
|
||||
try:
|
||||
with requests.get(url, stream=True) as r:
|
||||
#r.raise_for_status()
|
||||
|
Loading…
x
Reference in New Issue
Block a user