From 3c8d6c7ad3bc25eae5bdd51519ffbcae3119a3be Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Wed, 20 Mar 2024 16:31:29 -0500 Subject: [PATCH] Remove debug print --- get_specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_specs.py b/get_specs.py index 6d59b64..1391de0 100755 --- a/get_specs.py +++ b/get_specs.py @@ -92,7 +92,7 @@ def query_search(partnum, source): out["description"] = desc out["image"] = "https://www.belden.com" + img out["partnum"] = name - print(out) + #print(out) return out except: print("Failed to search with API. Falling back to datasheet lookup.")