Skip to content

Commit

Permalink
removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
divyav-aot committed Jan 16, 2024
1 parent a847723 commit 4082abb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4082abb

Please sign in to comment.