mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
openapi: Remove a debugging statement.
This commit is contained in:
committed by
Tim Abbott
parent
2888459f25
commit
d17851a3ed
@@ -294,7 +294,6 @@ def get_temp_user_group_id() -> dict[str, object]:
|
||||
|
||||
@openapi_param_value_generator(["/user_groups/{user_group_id}/deactivate:post"])
|
||||
def get_temp_user_group_id_for_deactivation() -> dict[str, object]:
|
||||
print(NamedUserGroup.objects.all())
|
||||
user_group, _ = NamedUserGroup.objects.get_or_create(
|
||||
name="temp-deactivation",
|
||||
realm=get_realm("zulip"),
|
||||
|
||||
Reference in New Issue
Block a user