From 1df6809f675ee3d055c9c6de289f4997f96d961b Mon Sep 17 00:00:00 2001 From: Thibaut Lunet Date: Sat, 12 Jul 2025 10:08:21 +0100 Subject: [PATCH] TL: removed test logs --- bin/issue_to_bibtex.py | 2 -- 1 file changed, 2 deletions(-) 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: