mirror of
https://github.com/google/nomulus
synced 2026-04-18 23:35:54 +00:00
Delete ancient registrar activity report command
We haven't used this in years and I doubt it's still even functional. It's using the legacy BigQuery tables and the pre-Registry 2.0 schema, for starters. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201960046
This commit is contained in:
@@ -101,7 +101,6 @@ public final class RegistryTool {
|
||||
.put("logout", LogoutCommand.class)
|
||||
.put("pending_escrow", PendingEscrowCommand.class)
|
||||
.put("populate_null_registrar_fields", PopulateNullRegistrarFieldsCommand.class)
|
||||
.put("registrar_activity_report", RegistrarActivityReportCommand.class)
|
||||
.put("registrar_contact", RegistrarContactCommand.class)
|
||||
.put("remove_ip_address", RemoveIpAddressCommand.class)
|
||||
.put("renew_domain", RenewDomainCommand.class)
|
||||
|
||||
Reference in New Issue
Block a user