diff --git a/src/test/integration/psycopg2/tests/test_psycopg2.py b/src/test/integration/psycopg2/tests/test_psycopg2.py index 0e768966..03b52ef8 100644 --- a/src/test/integration/psycopg2/tests/test_psycopg2.py +++ b/src/test/integration/psycopg2/tests/test_psycopg2.py @@ -76,7 +76,6 @@ def test_psycopg2_create_add_select(self): "INSERT INTO users" ) ) - print(insert_user_span["attributes"]["db.statement.parameters"]) self.assertIn( f"('{test_name}', '{test_email}')", insert_user_span["attributes"]["db.statement.parameters"],