Skip to content

Commit 8fd29de

Browse files
committed
Forgot to delete a print
1 parent 90612bd commit 8fd29de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

youbot/youtube_utils/youtube_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def accumulator(self):
169169
exceptions.append(e)
170170
# Update comment data in the DB
171171
for comment_dict in comments:
172-
logger.info(f"Updating comment {comment_dict['url']}")
173172
self.db.update_comment(video_link=comment_dict['url'],
174173
comment_id=comment_dict['comment_id'],
175174
like_cnt=comment_dict['like_count'],

0 commit comments

Comments
 (0)