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

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