Repository: thrift
Updated Branches:
  refs/heads/master feea47852 -> 34bd992bc


THRIFT-4062 Remove debug print from TServiceClient
Client: Java
Patch: Tom Davis <[email protected]>

This closes #1173


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/34bd992b
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/34bd992b
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/34bd992b

Branch: refs/heads/master
Commit: 34bd992bc3104517062482ec837d4b49d33963ef
Parents: feea478
Author: Tom Davis <[email protected]>
Authored: Tue Jan 31 12:01:50 2017 -0500
Committer: Jens Geyer <[email protected]>
Committed: Tue Jan 31 21:31:58 2017 +0100

----------------------------------------------------------------------
 lib/java/src/org/apache/thrift/TServiceClient.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/34bd992b/lib/java/src/org/apache/thrift/TServiceClient.java
----------------------------------------------------------------------
diff --git a/lib/java/src/org/apache/thrift/TServiceClient.java 
b/lib/java/src/org/apache/thrift/TServiceClient.java
index 6619b9c..00a36ee 100644
--- a/lib/java/src/org/apache/thrift/TServiceClient.java
+++ b/lib/java/src/org/apache/thrift/TServiceClient.java
@@ -81,7 +81,6 @@ public abstract class TServiceClient {
       iprot_.readMessageEnd();
       throw x;
     }
-    System.out.format("Received %d%n", msg.seqid);
     if (msg.seqid != seqid_) {
       throw new TApplicationException(TApplicationException.BAD_SEQUENCE_ID,
           String.format("%s failed: out of sequence response: expected %d but 
got %d", methodName, seqid_, msg.seqid));

Reply via email to