Skip to content

Commit

Permalink
Comment out Proto reply for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
hanselb committed Jul 14, 2016
1 parent 3b29453 commit aeed906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HyperionScreenCap/ProtoClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ private static void SendRequest(IMessageLite request)
_stream.Flush();

// Enable reply message if needed (debugging only).
//var reply = ReceiveReply();
//Console.WriteLine($@"Reply: {reply.ToString()}");
}
catch (Exception ex)
{
Expand Down

0 comments on commit aeed906

Please sign in to comment.