Remove from ajax handler

This commit is contained in:
Andrew 2023-09-02 19:35:25 -04:00
parent ff1ba23830
commit 5e4560c461

View File

@ -83,11 +83,6 @@ class AjaxHandler(BaseHandler):
except Exception as e:
logger.warning(f"Skipping Log Line due to error: {e}")
elif page == "announcements":
data = Helpers.get_announcements()
page_data["notify_data"] = data
self.render_page("ajax/notify.html", page_data)
elif page == "get_zip_tree":
path = self.get_argument("path", None)