浏览代码

删除打印

master
AICells 5 年前
父节点
当前提交
42c503784e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      src/protoGen.erl

+ 0
- 4
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) ->

正在加载...
取消
保存