Clean up stray commented code in ExpandRecurringBillingEventsAction

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143696298
This commit is contained in:
ctingue 2017-01-05 12:35:59 -08:00 committed by Ben McIlwain
parent a2bc05d1cd
commit 8b297fa099

View file

@ -167,13 +167,6 @@ public class ExpandRecurringBillingEventsAction implements Runnable {
Iterable<OneTime> oneTimesForDomain = ofy().load()
.type(OneTime.class)
.ancestor(recurring.getParentKey().getParent());
/*
.ancestor(loadByForeignKey(
DomainResource.class,
recurring.getTargetId(),
// Whether or not a domain currently exists, it always exists one millisecond
// before the recurrence end time.
recurring.getRecurrenceEndTime().minusMillis(1))); */
// Determine the billing times that already have OneTime events persisted.
ImmutableSet<DateTime> existingBillingTimes =