summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/chimere/models.py b/chimere/models.py
index 76e6821..8420255 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -1104,8 +1104,6 @@ class SimpleArea:
# set union behave strangely. Doing it manualy...
for c in set(SubCategory.objects.raw(sql)):
subcats.add(c)
- #if c not in subcats:
- # new_subcats.append(c)
return subcats
class Layer(models.Model):