DOC: Remove old comment.

This commit is contained in:
Scott Sanderson
2016-05-11 14:54:36 -04:00
parent 4ab8ea7c29
commit 3a2c0e4ec8
-1
View File
@@ -380,7 +380,6 @@ def quantopian_quandl_bundle(environ,
else:
data = download_without_progress(QUANTOPIAN_QUANDL_URL)
# use closing for py2 compat
with tarfile.open('r', fileobj=data) as tar:
if show_progress:
print("Writing data to %s." % output_dir)