Skip to content

Commit 25f916c

Browse files
committed
Remove debug statement
1 parent 717731d commit 25f916c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/quart/test_quart.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ async def login():
932932
segment = spans[1]
933933
if send_default_pii and user_id is not None:
934934
assert segment["attributes"]["user.id"] == user_id
935-
print("SEGMENT ATTRS", segment["attributes"])
936935
else:
937936
assert "user.id" not in segment.get("attributes", {})
938937

0 commit comments

Comments
 (0)