dav_events: removed unused variable in models.Event.save()

This commit is contained in:
2024-09-17 13:59:50 +02:00
parent cbf1997686
commit fb6e05aef4

View File

@@ -259,7 +259,6 @@ class Event(models.Model):
def save(self, implicit_update=False, **kwargs): def save(self, implicit_update=False, **kwargs):
creating = False creating = False
original_text = ''
if not self.id: if not self.id:
user_model = get_user_model() user_model = get_user_model()