From db6019996ea8b4e06e4b8182234b700fe5a63523 Mon Sep 17 00:00:00 2001 From: Vincent Rubinetti Date: Mon, 4 Mar 2024 23:27:35 -0500 Subject: [PATCH] uncomment "remove" cite process option --- _cite/cite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_cite/cite.py b/_cite/cite.py index d6bcfe4dc6..aab06a1dec 100644 --- a/_cite/cite.py +++ b/_cite/cite.py @@ -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: