HG-468 Remove temporary reindex MG call handler (#305)

Remove reindex machine call handler from #304

This reverts commit 8946494.
This commit is contained in:
Andrey Fadeev 2019-04-05 17:24:08 +02:00 committed by GitHub
parent 89464944b0
commit 4a89dfc81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,16 +285,7 @@ handle_call({revoke_claim, ID, ClaimRevision, Reason}, AuxSt, St) ->
[finalize_claim(Claim, Timestamp)],
AuxSt,
St
);
handle_call(rebuild_index, AuxSt, _St) ->
{
{ok, ok},
#{
events => [],
auxst => wrap_aux_state(AuxSt)
}
}.
).
publish_party_event(Source, {ID, Dt, Ev = ?party_ev(_)}) ->
#payproc_Event{id = ID, source = Source, created_at = Dt, payload = Ev}.