THRIFT-1349:Remove unnecessary print outs
authorjfarrell <jfarrell@apache.org>
Tue, 10 Sep 2013 04:42:39 +0000 (00:42 -0400)
committerjfarrell <jfarrell@apache.org>
Tue, 10 Sep 2013 04:42:39 +0000 (00:42 -0400)
Client: erl
Patch: Matt Pratt

Removes info_msg log when talking between two versions of generated code.

lib/erl/src/thrift_protocol.erl

index 193b07a..c6db46d 100644 (file)
@@ -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.