dav_events: removed unused variable in models.Event.save()
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user