Revert "Temp log"

This reverts commit 2b57ff831c.
This commit is contained in:
Martin Sumner 2018-11-01 20:16:08 +00:00
parent c126872fab
commit dc84eabe0c
2 changed files with 1 additions and 3 deletions

View file

@ -1517,7 +1517,6 @@ maybe_accumulate(LK, LV, Acc, AccFun, MaxKeys, {LowLastMod, HighLastMod}) ->
{_SQN, _SH, LMD} = leveled_codec:strip_to_indexdetails({LK, LV}),
RunAcc =
(LMD == undefined) or ((LMD >= LowLastMod) and (LMD =< HighLastMod)),
io:format("Checking ~w to see if between ~w and ~w", [LMD, LowLastMod, HighLastMod]),
case RunAcc of
true ->
{AccFun(LK, LV, Acc), MaxKeys - 1};