From 89555035c6a7b23fbfb4f3e60b47ca8674e9e868 Mon Sep 17 00:00:00 2001
From: Geert Kapteijns <ghkapteijns@gmail.com>
Date: Wed, 14 Dec 2016 22:43:24 +0100
Subject: [PATCH] Removes unused function from populate_db.py

---
 scipost/management/commands/populate_db.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scipost/management/commands/populate_db.py b/scipost/management/commands/populate_db.py
index 1b4508a50..26e2d1a3a 100644
--- a/scipost/management/commands/populate_db.py
+++ b/scipost/management/commands/populate_db.py
@@ -16,7 +16,5 @@ class Command(BaseCommand):
         contributor.vetted_by = contributor
         contributor.save()
 
-    def create_theses(self):
-
     def handle(self, *args, **options):
         self.create_contributor(options['username'])
-- 
GitLab