Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Nov 4, 2024
1 parent 933a0e9 commit 4bbcd76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zoom_rooms/indico_zoom_rooms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ class ZoomRoomsQueueEntry(db.Model):
)

def __repr__(self):
action = ZoomRoomsAction(self.action).name
return format_repr(self, 'id', 'entry_id', action=action)
return format_repr(self, 'id', 'entry_id', action=None)

@classmethod
def record(
Expand Down

0 comments on commit 4bbcd76

Please sign in to comment.