diff options
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 |