diff --git a/channels/filmpertutti.py b/channels/filmpertutti.py
index 887a9672..ffc098b9 100644
--- a/channels/filmpertutti.py
+++ b/channels/filmpertutti.py
@@ -35,7 +35,7 @@ def mainlist(item):
@support.scrape
def peliculas(item):
support.info()
- debug = True
+ # debug = True
if item.args != 'newest':
patronBlock = r'
(?P.*)<\/ul>'
diff --git a/specials/globalsearch.py b/specials/globalsearch.py
index ac072617..47a4a99e 100644
--- a/specials/globalsearch.py
+++ b/specials/globalsearch.py
@@ -646,7 +646,6 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
elif not item.action:
self.getControl(QUALITYTAG).setText(item.fulltitle)
else:
- logger.debug(item)
it = self.makeItem(item.tourl())
other.append(it)