mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02: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:
parent
d3364b0387
commit
aa11d5681f
5 changed files with 0 additions and 241 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue