Remove debug print
This commit is contained in:
		| @@ -92,7 +92,7 @@ def query_search(partnum, source): | |||||||
|                 out["description"] = desc |                 out["description"] = desc | ||||||
|                 out["image"] = "https://www.belden.com" + img |                 out["image"] = "https://www.belden.com" + img | ||||||
|                 out["partnum"] = name |                 out["partnum"] = name | ||||||
|                 print(out) |                 #print(out) | ||||||
|                 return out |                 return out | ||||||
|         except: |         except: | ||||||
|             print("Failed to search with API. Falling back to datasheet lookup.") |             print("Failed to search with API. Falling back to datasheet lookup.") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user