diff --git a/openmc/_utils.py b/openmc/_utils.py index ee3f0d4932..1f5632a8da 100644 --- a/openmc/_utils.py +++ b/openmc/_utils.py @@ -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