Skip to content

Commit 1df6809

Browse files
committed
TL: removed test logs
1 parent 25fd048 commit 1df6809

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/issue_to_bibtex.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103
print(f'Request of {url} could not be processed, got status code {req.status_code}.')
104104
break
105105

106-
with open("request.txt", "w") as f:
107-
f.write(req.text)
108106
try:
109107
data = req.json()
110108
except:

0 commit comments

Comments
 (0)