From c83841672d0834fd26d54d87e5a4430c47a3e15f Mon Sep 17 00:00:00 2001 From: Sebastian Golasch Date: Thu, 9 Mar 2017 12:48:23 +0100 Subject: [PATCH] chore(debug): Remove debug statements --- resources/lib/NetflixSession.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/NetflixSession.py b/resources/lib/NetflixSession.py index 3743ed2..2798de0 100644 --- a/resources/lib/NetflixSession.py +++ b/resources/lib/NetflixSession.py @@ -1917,7 +1917,6 @@ class NetflixSession: start = time() response = self.session.get(url=url, verify=self.verify_ssl, params=params) end = time() - print params self.log('[GET] Request for "' + url + '" took ' + str(end - start) + ' seconds') return response -- 2.30.2