Revert log additions

This commit is contained in:
Martin Sumner 2018-05-15 10:41:56 +01:00
parent 15a5db5055
commit 3d1c085af3
2 changed files with 0 additions and 2 deletions

View file

@ -677,7 +677,6 @@ handle_call({fetch_keys,
[State#state.levelzero_size], [State#state.levelzero_size],
SW, SW,
0.01), 0.01),
io:format("Fetch keys with segment_list of ~w~n", [SegmentList]),
SetupFoldFun = SetupFoldFun =
fun(Level, Acc) -> fun(Level, Acc) ->
Pointers = leveled_pmanifest:range_lookup(State#state.manifest, Pointers = leveled_pmanifest:range_lookup(State#state.manifest,

View file

@ -403,7 +403,6 @@ sst_getslots(Pid, SlotList) ->
%% false as a SegList to not filter %% false as a SegList to not filter
sst_getfilteredslots(Pid, SlotList, SegList) -> sst_getfilteredslots(Pid, SlotList, SegList) ->
SegL0 = tune_seglist(SegList), SegL0 = tune_seglist(SegList),
io:format("Tuned seglist of ~w~n", [SegL0]),
{SlotBins, PressMethod} = {SlotBins, PressMethod} =
gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity), gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity),
binaryslot_reader(SlotBins, PressMethod). binaryslot_reader(SlotBins, PressMethod).