youtube: remove debug log

master
dece 2 years ago
parent 4177730164
commit ae2f7069c7

@ -59,7 +59,6 @@ class YoutubePlugin(Plugin):
link = ""
icon = ""
title = ""
self.bot.log_i(str(search_response))
for result in search_response.get("items", []):
kind = result["id"]["kind"]
if kind == "youtube#video":

Loading…
Cancel
Save