aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/account.py')
-rw-r--r--servo/models/account.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/servo/models/account.py b/servo/models/account.py
index 13718c2..d4549c6 100644
--- a/servo/models/account.py
+++ b/servo/models/account.py
@@ -150,13 +150,6 @@ class User(AbstractUser):
techies = TechieManager()
active = ActiveManager()
- def get_location_list(self):
- results = []
- for l in self.locations.all():
- results.append({'pk': l.pk, 'name': l.title})
-
- return results
-
@classmethod
def serialize(cls, queryset):
results = []