From 0f340b194e0b5c33203108871428dca0e0118c3b Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 7 Feb 2016 10:31:28 +0100 Subject: [PATCH] hds: remove some left over debug code.. --- lib/svtplay_dl/fetcher/hds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/svtplay_dl/fetcher/hds.py b/lib/svtplay_dl/fetcher/hds.py index 9255c27..bae35b2 100644 --- a/lib/svtplay_dl/fetcher/hds.py +++ b/lib/svtplay_dl/fetcher/hds.py @@ -44,7 +44,6 @@ class LiveHDSException(HDSException): def hdsparse(options, res, manifest): streams = {} bootstrap = {} - print res.status_code if res.status_code == 403 or res.status_code == 404: streams[0] = ServiceError("Can't read HDS playlist.") return streams