From 37c5f6b32cbaf694172352871cb7dbb030c37ce4 Mon Sep 17 00:00:00 2001 From: Lyz Date: Mon, 25 May 2020 10:36:32 +0200 Subject: [PATCH] remove debug tracing --- youtube_dl/extractor/bandcamp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py index 2a4291715..9ea34aa3b 100644 --- a/youtube_dl/extractor/bandcamp.py +++ b/youtube_dl/extractor/bandcamp.py @@ -121,7 +121,6 @@ class BandcampIE(InfoExtractor): r'\b%s\s*["\']?\s*:\s*(["\'])(?P.+)\1' % key, webpage, key, default=None, group='value') - import pdb; pdb.set_trace() # XXX BREAKPOINT artist = extract('artist') album = extract('album_title')