youtube: remove debug log
This commit is contained in:
parent
4177730164
commit
ae2f7069c7
|
@ -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":
|
||||||
|
|
Loading…
Reference in a new issue