mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
removed print statment not needed
This commit is contained in:
parent
59501916cc
commit
d2d30ae97d
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ def download(url, checksum=None, **kwargs):
|
|||
|
||||
"""
|
||||
req = urlopen(url, **kwargs)
|
||||
print(kwargs)
|
||||
# Get file size from header
|
||||
file_size = req.length
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue