1
0
mirror of https://github.com/google/nomulus synced 2026-04-21 00:30:43 +00:00

Delete obsolete billing code

Now that we've verified the new Beam billing pipeline works, we can delete the
old manual commands we used to use.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184707182
This commit is contained in:
larryruili
2018-02-06 11:01:32 -08:00
committed by jianglai
parent 2e62ad2658
commit 5f218b4a8b
10 changed files with 0 additions and 701 deletions

View File

@@ -99,10 +99,8 @@ public final class RegistryTool {
.put("lock_domain", LockDomainCommand.class)
.put("login", LoginCommand.class)
.put("logout", LogoutCommand.class)
.put("make_billing_tables", MakeBillingTablesCommand.class)
.put("pending_escrow", PendingEscrowCommand.class)
.put("populate_null_registrar_fields", PopulateNullRegistrarFieldsCommand.class)
.put("publish_detail_report", PublishDetailReportCommand.class)
.put("registrar_activity_report", RegistrarActivityReportCommand.class)
.put("registrar_contact", RegistrarContactCommand.class)
.put("remove_ip_address", RemoveIpAddressCommand.class)