Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 60346bb

Browse files
committed
Remove debug printf
1 parent 651fa6e commit 60346bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def assertSpanAttributes(
9292

9393
self.assertEqual(span.name, name)
9494
self.assertEqual(span.status.status_code, status)
95-
print("got_attributes\n", span.attributes, "vs\n", attributes)
9695
self.assertEqual(dict(span.attributes), attributes)
9796

9897
def assertSpanEvents(self, name, wantEventNames=[], span=None):

0 commit comments

Comments
 (0)