diff --git a/app.py b/app.py index 9ded99f..7022d57 100644 --- a/app.py +++ b/app.py @@ -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: