Skip to content

Commit

Permalink
Merge pull request #907 from basho/nem-remove-more-legacy-search
Browse files Browse the repository at this point in the history
Remove legacy search, continued
  • Loading branch information
nickelization committed Mar 10, 2017
2 parents 191c4fa + 0a021ae commit eba6f0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/riak_core_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,6 @@ stage_resize_ring(NewRingSize) ->
{error, control_running} ->
io:format("Failed: cannot resize ring with Riak Control running~n"),
error;
{error, search_running} ->
io:format("Failed: cannot resize ring with Riak Search~n"),
error;
{error, single_node} ->
io:format("Failed: cannot resize single node~n"),
error;
Expand Down

0 comments on commit eba6f0b

Please sign in to comment.