mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
slack importer: Remove unnecessary comment.
This commit is contained in:
parent
c875428a83
commit
400c968b0e
@ -287,8 +287,6 @@ def do_convert_data(slack_zip_file: str, realm_name: str, output_dir: str) -> No
|
||||
# TODO fetch realm config from zulip config
|
||||
DOMAIN_NAME = "zulipchat.com"
|
||||
|
||||
# TODO: Hardcode this to 1, will implement later for zulipchat.com's case
|
||||
# where it has multiple realms
|
||||
REALM_ID = get_model_id(Realm)
|
||||
NOW = float(timezone_now().timestamp())
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user