Skip to content

Commit

Permalink
uncomment "remove" cite process option
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Mar 5, 2024
1 parent 0e09590 commit db60199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _cite/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
_id = get_safe(source, "id", "").strip()

# if explicitly flagged, remove/ignore entry
# if get_safe(source, "remove", False) == True:
# continue
if get_safe(source, "remove", False) == True:
continue

# Manubot doesn't work without an id
if _id:
Expand Down

0 comments on commit db60199

Please sign in to comment.