aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-04-11 11:11:02 +0200
committerLukas Larsson <[email protected]>2019-04-18 14:13:35 +0200
commit926024ba945f21c031f7cf513993ac5aec3c5467 (patch)
tree71c0cac55c47017b4c10d3b59126918a55eec5b9
parente0ee9063f356cf566808fc59f603551651847315 (diff)
downloadotp-926024ba945f21c031f7cf513993ac5aec3c5467.tar.gz
otp-926024ba945f21c031f7cf513993ac5aec3c5467.tar.bz2
otp-926024ba945f21c031f7cf513993ac5aec3c5467.zip
erl_docgen: Remove accidentally merged debug printout
-rw-r--r--lib/erl_docgen/src/docgen_edoc_xml_cb.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/erl_docgen/src/docgen_edoc_xml_cb.erl b/lib/erl_docgen/src/docgen_edoc_xml_cb.erl
index 2c9aa2e3a3..5342d02947 100644
--- a/lib/erl_docgen/src/docgen_edoc_xml_cb.erl
+++ b/lib/erl_docgen/src/docgen_edoc_xml_cb.erl
@@ -1260,7 +1260,6 @@ get_text(#xmlElement{content=[E]}) ->
%% text_and_name_only(Es) -> {N, Ts}
text_and_a_name_only(Es) ->
- erlang:display(Es),
case [Name || #xmlElement{
name = a,
attributes = [#xmlAttribute{name=name}]}=Name <- Es] of