slack importer: Remove unnecessary comment.

This commit is contained in:
Rhea Parekh 2018-01-02 22:45:36 +05:30 committed by showell
parent c875428a83
commit 400c968b0e

View File

@ -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())