From 942fffbfc1f6b04b04374c16b2f1dad4ce0a56bf Mon Sep 17 00:00:00 2001 From: siikamiika Date: Tue, 8 Sep 2020 00:27:04 +0300 Subject: [PATCH] remove debug code --- youtube_dl/downloader/youtube_live_chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/downloader/youtube_live_chat.py b/youtube_dl/downloader/youtube_live_chat.py index edd717d4c..d56cc22e3 100644 --- a/youtube_dl/downloader/youtube_live_chat.py +++ b/youtube_dl/downloader/youtube_live_chat.py @@ -39,7 +39,6 @@ class YoutubeLiveChatReplayFD(FragmentFD): return None def get_obj_value(obj, path): - return None cur = obj try: for key in path: