diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-02 10:31:43 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-02 10:31:43 +0100 |
commit | 69213d85bc10feac2aa1df7565ef2393d1d2a188 (patch) | |
tree | 6986cfaf7b61f6c5280878ff6efec3243bd02d14 /ctrack/caf | |
parent | b5635e276781810dc6ae0a608c64a00e4a951cbb (diff) |
removed old FIXME
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/models.py | 5 |
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 |