youtube: remove debug log

This commit is contained in:
dece 2022-08-15 13:39:50 +02:00
parent 4177730164
commit ae2f7069c7

View file

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