mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
populate_db: Remove unused variables
(imported from commit 3f8f40134858721b372f3971c3b7ced31f9ed49e)
This commit is contained in:
parent
bdb1c1b97e
commit
f003dddebb
@ -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 = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user