diff --git a/gdown/download.py b/gdown/download.py index b76b05ef..ef9ce657 100644 --- a/gdown/download.py +++ b/gdown/download.py @@ -329,9 +329,6 @@ def download( if tmp_file: f.close() shutil.move(tmp_file, output) - except IOError as e: - print(e, file=sys.stderr) - return finally: sess.close()