From 5c69e1a85a3c9496e9cbbb6f352255557a5f6a13 Mon Sep 17 00:00:00 2001 From: Swar Patel Date: Mon, 27 Jan 2020 01:41:36 -0500 Subject: [PATCH] Forgot to remove debug code... this is why you don't program when you should be sleeping --- nba_api/library/http.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nba_api/library/http.py b/nba_api/library/http.py index b6f11339..0c7cd4c8 100644 --- a/nba_api/library/http.py +++ b/nba_api/library/http.py @@ -91,9 +91,6 @@ def send_api_request(self, endpoint, parameters, referer=None, proxy=None, heade if type(request_proxy) == list: request_proxy = random.choice(request_proxy) - print(request_proxy) - from datetime import datetime - print(datetime.now()) proxies = None if request_proxy: