Skip to content

Commit

Permalink
Clean up volunteer shirt logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Jun 14, 2024
1 parent d3bf885 commit 8fccaa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions magstock/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def meal_plan_if_guest(self):
"""
pass

@property
def num_free_event_shirts(self):
return 0

@property
def available_cabin_types(self):
if self.cabin_type:
Expand Down

0 comments on commit 8fccaa4

Please sign in to comment.