Remove the scrap AllocationToken command and OnLoad method

I have resaved all the tokens and verified in BigQuery that there are no
remaining null tokenTypes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=247425132
This commit is contained in:
gbrodman 2019-05-09 07:58:45 -07:00 committed by jianglai
parent 5bb93e9e4a
commit aa83472393
3 changed files with 0 additions and 54 deletions

View file

@ -17,7 +17,6 @@ package google.registry.tools;
import com.google.common.collect.ImmutableMap;
import google.registry.tools.javascrap.PopulateNullRegistrarFieldsCommand;
import google.registry.tools.javascrap.RemoveIpAddressCommand;
import google.registry.tools.javascrap.ResaveAllocationTokensCommand;
/** Container class to create and run remote commands against a Datastore instance. */
public final class RegistryTool {
@ -97,7 +96,6 @@ public final class RegistryTool {
.put("registrar_contact", RegistrarContactCommand.class)
.put("remove_ip_address", RemoveIpAddressCommand.class)
.put("renew_domain", RenewDomainCommand.class)
.put("resave_allocation_tokens", ResaveAllocationTokensCommand.class)
.put("resave_entities", ResaveEntitiesCommand.class)
.put("resave_environment_entities", ResaveEnvironmentEntitiesCommand.class)
.put("resave_epp_resource", ResaveEppResourceCommand.class)