Remove commented code

This commit is contained in:
Russell Brown 2018-12-06 15:32:59 +00:00
parent ed9cdfee15
commit 63edb6aa99

View File

@ -112,12 +112,6 @@ verify_aae_fold(Nodes) ->
lager:info("Found ~w mismatched segments", [length(DirtySegments1)]), lager:info("Found ~w mismatched segments", [length(DirtySegments1)]),
?assertMatch(N when N >= ?DELTA_COUNT, length(DirtySegments1)), ?assertMatch(N when N >= ?DELTA_COUNT, length(DirtySegments1)),
%% FetchClocksQuery =
%% {fetch_clocks_range,
%% ?BUCKET, all,
%% {segments, DirtySegments1, small},
%% all},
{ok, {keysclocks, KCL1}} = rhc:aae_range_clocks(HttpCH, ?BUCKET, all, {DirtySegments1, small}, all), {ok, {keysclocks, KCL1}} = rhc:aae_range_clocks(HttpCH, ?BUCKET, all, {DirtySegments1, small}, all),
lager:info("Found ~w mismatched keys", [length(KCL1)]), lager:info("Found ~w mismatched keys", [length(KCL1)]),