Skip to content

Commit

Permalink
removes redundant writeline
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Aug 23, 2020
1 parent fbfc1f7 commit 7de6e23
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public ReceivedLogicalMessage Deserialize(ReceivedTransportMessage message)

dynamic topicMessageBody = JObject.Parse(messageBody);
var payload = topicMessageBody.payload;
Console.WriteLine(Newtonsoft.Json.JsonConvert.SerializeObject(payload, Newtonsoft.Json.Formatting.Indented));

if (IsTombStoneMessage(payload))
return new ReceivedLogicalMessage(message.Headers, new RouteSegmentMessage(), message.Position);
Expand Down

0 comments on commit 7de6e23

Please sign in to comment.