We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfeb563 + b016505 commit c652751Copy full SHA for c652751
zulipterminal/core.py
@@ -113,7 +113,6 @@ def __init__(
113
config.read_file(f, config_file)
114
if self.feature_level is None:
115
self.feature_level = self.get_feature_level(config.get("api", "site"))
116
- print(type(self.feature_level))
117
self.terminology = "channel" if self.feature_level > 254 else "stream"
118
self.key_config = key_config
119
self.key_config.set_terminology(
0 commit comments