diff --git a/channels/serietvsubita.py b/channels/serietvsubita.py
index 201b250d..659a90fb 100644
--- a/channels/serietvsubita.py
+++ b/channels/serietvsubita.py
@@ -300,7 +300,6 @@ def search(item, texto):
patron = '
([^<]+)'
matches = support.match(item, patron, headers=headers)[0]
- support.regexDbg(item, patron, headers)
for i, (scrapedurl, scrapedtitle) in enumerate(matches):
if texto.upper() in scrapedtitle.upper():
scrapedthumbnail = ""