remove stray bad logging line

This commit is contained in:
Noah Levitt 2018-10-12 11:35:47 -07:00
parent 7497b7e5ac
commit 65fad5e8bf

View File

@ -218,7 +218,6 @@ def _build_youtube_dl(worker, destdir, site):
See comment above on `_finish_frag_download()` See comment above on `_finish_frag_download()`
''' '''
def ffd_callback(ffd_self, ctx): def ffd_callback(ffd_self, ctx):
logging.info('%s')
if worker._using_warcprox(site): if worker._using_warcprox(site):
self._push_stitched_up_vid_to_warcprox(site, info_dict, ctx) self._push_stitched_up_vid_to_warcprox(site, info_dict, ctx)
try: try: