get rid of bad print statement
This commit is contained in:
parent
f6f288d4b9
commit
5dbf8a5631
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ def _download_json_files():
|
|||
data[name] = json.loads(file.read_text())
|
||||
continue
|
||||
url = base_url + "/" + file.name
|
||||
print("foo")
|
||||
response = requests.get(url)
|
||||
if not response.status_code == 200:
|
||||
err_msg = "Could not download initialization file {} from github (tried url {})".format(filename, url)
|
||||
|
|
Loading…
Reference in a new issue