Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger authored and tolbrino committed Jul 16, 2014
1 parent eb08dc9 commit 54a0af4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/riak_core_console.erl
Expand Up @@ -1214,9 +1214,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 54a0af4

Please sign in to comment.