From 42c503784e19a73236d285a36fd6f0cc80212b4f Mon Sep 17 00:00:00 2001 From: AICells <1713699517@qq.com> Date: Tue, 26 Nov 2019 00:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/protoGen.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/protoGen.erl b/src/protoGen.erl index b77322c..2956b5a 100644 --- a/src/protoGen.erl +++ b/src/protoGen.erl @@ -313,18 +313,14 @@ getSubRec() -> erlang:get(pd_subRec). addSubRec({MsgName, _MsgId, _FieldList} = Info, IsForBin) when IsForBin -> - io:format("IMY************************111 ~p ~p~n",[Info, IsForBin]), OldList = erlang:get(pd_subRec), case lists:keyfind(MsgName, 1, OldList) of false -> - io:format("IMY************************3333 ~p ~p~n",[OldList, IsForBin]), erlang:put(pd_subRec, [Info | OldList]); _ -> - io:format("IMY************************444 ~p ~p~n",[Info, IsForBin]), ignore end; addSubRec(_Info, _IsForBin) -> - io:format("IMY************************222 ~p ~p~n",[_Info, _IsForBin]), ignore. genDecodeBin({MsgName, MsgId, FieldList}, SortedSProtoList, IsForBin) ->