Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Dec 3, 2013
1 parent 7794bf9 commit 245733e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/riak_core_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1029,9 +1029,7 @@ print_info({N, _Type, _Status}, [A|Attrs]) ->
io:fwrite([Hdr, Body]).

split_arg([Str]) ->
Split = re:split(Str, "\\s", [{return,list}]),
io:fwrite("Split = ~p~n", [Split]),
Split.
re:split(Str, "\\s", [{return,list}]).

parse_stat_entry("[" ++ _ = Expr, _Status) ->
case erl_scan:string(ensure_trailing_dot(Expr)) of
Expand Down

0 comments on commit 245733e

Please sign in to comment.