aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-02 10:31:43 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-02 10:31:43 +0100
commit69213d85bc10feac2aa1df7565ef2393d1d2a188 (patch)
tree6986cfaf7b61f6c5280878ff6efec3243bd02d14 /ctrack/caf
parentb5635e276781810dc6ae0a608c64a00e4a951cbb (diff)
removed old FIXME
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/models.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py
index 3044877..d5ae98a 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -152,11 +152,6 @@ class CAF(models.Model):
"""
return ApplicableSystem.objects.filter(caf=self)
- # FIXME remove once we know we don't need it
- # def organisation(self):
- # first_ass = ApplicableSystem.objects.filter(caf=self).first()
- # return first_ass.organisation
-
def sub_mode(self):
return self.organisation.submode