mirror of https://github.com/zulip/zulip.git
register_server: Remove irrelevant comment.
This looks like it may have been copied and pasted from somewhere else - either way, the comment doesn't make sense and we can remove it.
This commit is contained in:
parent
666c1e1d95
commit
34c88a372c
|
@ -111,8 +111,6 @@ class Command(ZulipBaseCommand):
|
|||
"/api/v1/remotes/server/register", request
|
||||
)
|
||||
|
||||
# Makes sure that we have a current state of user count when first
|
||||
# logging in after the RemoteRealm flow.
|
||||
send_server_data_to_push_bouncer(consider_usage_statistics=False)
|
||||
|
||||
if response.json()["created"]:
|
||||
|
|
Loading…
Reference in New Issue