Skip to content

Commit

Permalink
Remove leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
user234683 committed Nov 6, 2022
1 parent dd6af72 commit f9c3f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion youtube/yt_data_extract/watch_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def extract_button_count(toggle_button_renderer):
elif 'isDislike' in button_renderer:
info['dislike_count'] = count
elif 'slimMetadataButtonRenderer' in button:
print(button)
button_renderer = button['slimMetadataButtonRenderer']
liberal_update(info, 'like_count', extract_button_count(deep_get(
button_renderer, 'button',
Expand Down

0 comments on commit f9c3f48

Please sign in to comment.