get rid of bad print statement

This commit is contained in:
Maximilian Keßler 2023-07-05 22:54:29 +02:00
parent f6f288d4b9
commit 5dbf8a5631
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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)