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:
Mateusz Mandera 2024-11-19 22:51:08 +01:00
parent 666c1e1d95
commit 34c88a372c
1 changed files with 0 additions and 2 deletions

View File

@ -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"]: