Skip to content

Commit

Permalink
fix(hocon_schema): remove the debug io:format
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Jul 15, 2021
1 parent 91a44de commit 68a1480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hocon_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ collect_envs(Ns) ->

read_hocon_val("") -> "";
read_hocon_val(Value) ->
io:format(standard_error, "read_hocon_val: ~p~n", [Value]),
case hocon:binary(Value, #{}) of
{ok, HoconVal} -> HoconVal;
{error, _} -> read_informal_hocon_val(Value)
Expand Down

0 comments on commit 68a1480

Please sign in to comment.