diff --git a/bin/issue_to_bibtex.py b/bin/issue_to_bibtex.py index 42f1f999..3d1f1549 100644 --- a/bin/issue_to_bibtex.py +++ b/bin/issue_to_bibtex.py @@ -103,8 +103,6 @@ print(f'Request of {url} could not be processed, got status code {req.status_code}.') break - with open("request.txt", "w") as f: - f.write(req.text) try: data = req.json() except: