Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Nov 29, 2022
1 parent cefa4f2 commit 24c7c8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/geonature/core/gn_synthese/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ class Synthese(DB.Model):

cor_observers = DB.relationship(User, secondary=cor_observer_synthese)

def get_geofeature(self, recursif=True, fields=None):
return self.as_geofeature("the_geom_4326", "id_synthese", recursif, fields=fields)

def has_instance_permission(self, scope):
if scope == 0:
return False
Expand Down

0 comments on commit 24c7c8a

Please sign in to comment.