Skip to content

Commit

Permalink
Remove pdb line
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent 9bd57ae commit 2c07ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
with open(path, "wb") as f:
f.write(uploaded_file.getvalue())
results = get_dois(path, format)
__import__("pdb").set_trace()

st.write("Here are the dois in your document. Please check if they are correct!")
for result in results:
Expand Down

0 comments on commit 2c07ce0

Please sign in to comment.