Skip to content

Commit

Permalink
fixup! Increase debugability for tristates
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 25, 2023
1 parent 7a84141 commit a94109f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/argus/notificationprofile/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def incident_fits_tristates(self, incident):
if self.are_tristates_empty():
return {}
fits_tristates = {}
incident.refresh_from_db()
for tristate in self.TRINARY_FILTERS:
filter_tristate = self._get_tristate(tristate)
if filter_tristate is None:
Expand Down

0 comments on commit a94109f

Please sign in to comment.