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:
mcilwain 2018-06-25 08:48:23 -07:00 committed by Ben McIlwain
parent d3364b0387
commit aa11d5681f
5 changed files with 0 additions and 241 deletions

View file

@ -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)