Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Aug 2, 2023
1 parent 60b110a commit 1c9bc5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ephios/core/models/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ class Meta:
verbose_name_plural = _("event types")
db_table = "eventtype"

@property
def color_hex(self):
return "#FF0"

def __str__(self):
return str(self.title)

Expand Down

0 comments on commit 1c9bc5e

Please sign in to comment.