Skip to content

Commit

Permalink
remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibo committed May 29, 2024
1 parent 9aebb65 commit ca6cfc9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ def test_http_client_failed_response(self):
self.assertEqual(server.name, "GET /some-404")
self.assertEqual(client.name, "GET")
self.memory_exporter.clear()
print("server span", server)

# when an exception is thrown
try:
Expand All @@ -637,7 +636,6 @@ def test_http_client_failed_response(self):
except HTTPClientError:
pass
except Exception as e:
print("Exception type", type(e))
self.fail(f"Unexpected exception: {e}")

spans = self.memory_exporter.get_finished_spans()
Expand Down

0 comments on commit ca6cfc9

Please sign in to comment.