Remove print statement

master
Dan Howe 6 years ago
parent 1e27a4d77f
commit 7f215e3a86

@ -206,7 +206,6 @@ def main():
doc_pbar.set_description(doc_name) doc_pbar.set_description(doc_name)
# Download document # Download document
print(doc)
download_document(doc['url'], doc['document_path']) download_document(doc['url'], doc['document_path'])
# Tidy up console after tqdm # Tidy up console after tqdm

Loading…
Cancel
Save