Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Feb 18, 2014
1 parent a467c04 commit 5fd11b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/riak_core_claim_sim.erl
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,6 @@ commission(Base, Test, {Wants, Choose}) ->
BulkJoinCmds = [ [ {join, sim_node(I)} || I <- lists:seq(2, Nodes) ] ],

Dir = commission_test_dir(Base, RingSize, Nodes, NVal, TN, Choose),
%% TODO: What was this supposed to do?
%% filename:join(Base,
%% lists:flatten(io_lib:format("q~b_s~b_n~b_t~b_~p",
%% [RingSize, Nodes, NVal, TN,
%% element(2, Choose)]))),
case filelib:is_dir(Dir) of
true ->
throw(already_generated);
Expand Down

0 comments on commit 5fd11b8

Please sign in to comment.