[extractor/common] Remove irrelevant comment
[youtube-dl] / youtube_dl / extractor / common.py
index 17d00721caad1a82f93a82458d0efdd40697abcd..5269059d0d9e080a2e3650f7ce30a8e8d3422d96 100644 (file)
@@ -376,7 +376,6 @@ class InfoExtractor(object):
                 self.to_screen('%s' % (note,))
             else:
                 self.to_screen('%s: %s' % (video_id, note))
-        # data, headers and query params will be ignored for `Request` objects
         if isinstance(url_or_request, compat_urllib_request.Request):
             url_or_request = update_Request(
                 url_or_request, data=data, headers=headers, query=query)