Skip to content

Commit

Permalink
remove stray bad logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevitt committed Oct 12, 2018
1 parent 7497b7e commit 65fad5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brozzler/ydl.py
Expand Up @@ -218,7 +218,6 @@ def process_info(self, info_dict):
See comment above on `_finish_frag_download()`
'''
def ffd_callback(ffd_self, ctx):
logging.info('%s')
if worker._using_warcprox(site):
self._push_stitched_up_vid_to_warcprox(site, info_dict, ctx)
try:
Expand Down

0 comments on commit 65fad5e

Please sign in to comment.