diff --git a/bin/check-review-dates.py b/bin/check-review-dates.py index 9285cfc57a..b79dfc50d8 100644 --- a/bin/check-review-dates.py +++ b/bin/check-review-dates.py @@ -89,8 +89,6 @@ def get_doc_cat_name(filepath, prod_cat_ref): if filepath_list[0] == "tutorials": category_product = "Tutorials" - elif filepath_list[0] == "faq": - category_product = "FAQ" else: # catches everything in pages category = prod_cat_ref.get(filepath_list[1], ["Unknown", "Unknown"])[0]