From: Mickaël Rémond Date: Tue, 31 Jul 2007 14:47:52 +0000 (+0000) Subject: * src/xml.erl: Removing debug printout. X-Git-Tag: v2.0.0~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=442dd0667b1af3e2791fb04a31222b3a028e411b;p=ejabberd * src/xml.erl: Removing debug printout. SVN Revision: 851 --- diff --git a/src/xml.erl b/src/xml.erl index aca0735d7..fd327ba2d 100644 --- a/src/xml.erl +++ b/src/xml.erl @@ -56,7 +56,6 @@ attr_to_list({Name, Value}) -> [$\s, crypt(Name), $=, $', crypt(Value), $']. crypt(S) when is_list(S) -> - io:format("MREMOND crypt~n",[]), [case C of $& -> "&"; $< -> "<"; @@ -70,7 +69,6 @@ crypt(S) when is_binary(S) -> %% Make a cdata_binary depending on what characters it contains make_text_node(CData) -> - io:format("MREMOND CDATA~n",[]), case cdata_need_escape(CData) of cdata -> CDATA1 = <<">,