Skip to content

Commit

Permalink
Clean up eventstream comments
Browse files Browse the repository at this point in the history
Removes some now-unnecessary comments and print statements.

Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
JordonPhillips and nateprewitt committed Sep 13, 2024
1 parent ed87484 commit 5dfbe84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def __init__(
self._payload_serializer = payload_serializer

def before(self, schema: "Schema") -> ShapeSerializer:
print(f"FOUND TRAITS: {schema.traits}")
if EVENT_HEADER_TRAIT in schema.traits:
return self._header_serializer
return self._payload_serializer
Expand Down

0 comments on commit 5dfbe84

Please sign in to comment.