Don't leave commented out code lying around

This commit is contained in:
Russell Brown 2018-08-07 12:49:31 +01:00
parent e8f462fab0
commit 0c018c5721

View file

@ -712,7 +712,6 @@ schedule_test() ->
schedule_test_bycount(N) -> schedule_test_bycount(N) ->
LocalTimeAsDateTime = {{2017,3,30},{15,27,0}}, LocalTimeAsDateTime = {{2017,3,30},{15,27,0}},
CurrentTS= local_time_to_now(LocalTimeAsDateTime), CurrentTS= local_time_to_now(LocalTimeAsDateTime),
%% CurrentTS = {1490,884020,0}, % Actually 30th March 2017 15:27
SecondsToCompaction0 = schedule_compaction([16], N, CurrentTS), SecondsToCompaction0 = schedule_compaction([16], N, CurrentTS),
io:format("Seconds to compaction ~w~n", [SecondsToCompaction0]), io:format("Seconds to compaction ~w~n", [SecondsToCompaction0]),
?assertMatch(true, SecondsToCompaction0 > 1800), ?assertMatch(true, SecondsToCompaction0 > 1800),