From 06c45dffa66941439b50823d10f50f06831ccf14 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 2 Jan 2024 19:05:44 -0600 Subject: [PATCH] Remove debug comment --- get_specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_specs.py b/get_specs.py index f5362a8..df83865 100755 --- a/get_specs.py +++ b/get_specs.py @@ -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()