diff --git a/mayan/apps/sources/models.py b/mayan/apps/sources/models.py index 43f2287902..f3852022af 100644 --- a/mayan/apps/sources/models.py +++ b/mayan/apps/sources/models.py @@ -139,10 +139,6 @@ class Source(models.Model): # Only do for new documents save_metadata_list(metadata_dict_list, document, create=True) - # TODO: Might not be required as metadata app registers signal - # handlers for index update - warnings = update_indexes(document) - class Meta: ordering = ('title',) verbose_name = _(u'Source')