Updated Branches: refs/heads/master 7096942cf -> 4fb2706ec
THRIFT-1349:Remove unnecessary print outs Client: erl Patch: Matt Pratt Removes info_msg log when talking between two versions of generated code. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/4fb2706e Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/4fb2706e Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/4fb2706e Branch: refs/heads/master Commit: 4fb2706ecf74f533f71fa4ceab15db984fd13244 Parents: 7096942 Author: jfarrell <[email protected]> Authored: Tue Sep 10 00:42:39 2013 -0400 Committer: jfarrell <[email protected]> Committed: Tue Sep 10 00:42:39 2013 -0400 ---------------------------------------------------------------------- lib/erl/src/thrift_protocol.erl | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/4fb2706e/lib/erl/src/thrift_protocol.erl ---------------------------------------------------------------------- diff --git a/lib/erl/src/thrift_protocol.erl b/lib/erl/src/thrift_protocol.erl index 193b07a..c6db46d 100644 --- a/lib/erl/src/thrift_protocol.erl +++ b/lib/erl/src/thrift_protocol.erl @@ -208,7 +208,6 @@ read_struct_loop(IProto0, SDict, RTuple) -> skip_field(FType, IProto1, SDict, RTuple) end; _Else2 -> - error_logger:info_msg("Skipping field ~p with unknown fid~n", [Fid]), skip_field(FType, IProto1, SDict, RTuple) end end.
