Remove io:format from debugging

This commit is contained in:
martinsumner 2016-12-29 02:47:21 +00:00
parent a665b8ea4f
commit c3999110e2

View file

@ -402,7 +402,6 @@ handle_call({fetch_keys, StartKey, EndKey, AccFun, InitAcc, MaxKeys},
SSTiter = initiate_rangequery_frommanifest(StartKey,
EndKey,
State#state.manifest),
io:format("SSTiter on query ~w~n", [SSTiter]),
Acc = keyfolder({L0AsList, SSTiter},
{StartKey, EndKey},
{AccFun, InitAcc},