From 4082abbe7576dae1004af2add9e9c7b1a250fe25 Mon Sep 17 00:00:00 2001 From: divyav-aot Date: Tue, 16 Jan 2024 18:09:38 -0500 Subject: [PATCH] removed commented lines --- .../request_api/models/FOIRawRequestNotificationUsers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/request-management-api/request_api/models/FOIRawRequestNotificationUsers.py b/request-management-api/request_api/models/FOIRawRequestNotificationUsers.py index 3533c4aab..9d3b15523 100644 --- a/request-management-api/request_api/models/FOIRawRequestNotificationUsers.py +++ b/request-management-api/request_api/models/FOIRawRequestNotificationUsers.py @@ -97,9 +97,6 @@ def getnotificationsbyuser(cls, userid): @classmethod def getnotificationsbyuserandtype(cls, userid, notificationusertypelabel): - # for key in notificationusertypes_cache: - # if (notificationusertypes_cache[key].notificationusertypeid == typeid) or (notificationusertypes_cache[key].notificationusertypelabel == typeid): - # notificationusertypelabel = notificationusertypes_cache[key].notificationusertypelabel notifications = [] try: sql = """select notificationid, count(1) as relcount from "FOIRawRequestNotificationUsers" frnu