Remove io:format from debugging
This commit is contained in:
parent
a665b8ea4f
commit
c3999110e2
1 changed files with 0 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue