diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index caee8fe12..c35e71578 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -103,7 +103,6 @@ LOGS_PER_PAGE = 20 @resource("/v1/superuser/logs") -@internal_only @show_if(features.SUPER_USERS) class SuperUserLogs(ApiResource): """ @@ -220,7 +219,6 @@ class SuperUserOrganizationList(ApiResource): "/v1/superuser/users//quota/", "/v1/superuser/organization//quota/", ) -@internal_only @show_if(features.SUPER_USERS) @show_if(features.QUOTA_MANAGEMENT) class SuperUserUserQuotaList(ApiResource): @@ -268,7 +266,6 @@ class SuperUserUserQuotaList(ApiResource): "/v1/superuser/users//quota/", "/v1/superuser/organization//quota/", ) -@internal_only @show_if(features.SUPER_USERS) @show_if(features.QUOTA_MANAGEMENT) class SuperUserUserQuota(ApiResource):