diff --git a/zephyr/management/commands/populate_db.py b/zephyr/management/commands/populate_db.py index ac6b599292..098294a094 100644 --- a/zephyr/management/commands/populate_db.py +++ b/zephyr/management/commands/populate_db.py @@ -82,7 +82,6 @@ class Command(BaseCommand): self.stderr.write("Error! More than 100% of messages allocated.\n") return - usernames = ["othello", "iago", "prospero", "cordelia", "hamlet"] class_list = ["Verona", "Denmark", "Scotland", "Venice", "Rome"] if options["delete"]: @@ -192,8 +191,6 @@ def send_zephyrs(data): huddle_members[h] = [s.userprofile.id for s in Subscription.objects.filter(recipient_id=h)] - realm = Realm.objects.get(domain="humbughq.com") - num_zephyrs = 0 random_max = 1000000 recipients = {}