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

Commit f5afe3d

Browse files
committed
chore: Remove debug print statements
1 parent d5bbd62 commit f5afe3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/test_spanner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,6 @@ def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_
11001100
retry=RETRY,
11011101
timeout=TIMEOUT,
11021102
)
1103-
print("\nDINOSAUR CALL_ARGS_LIST: ", call_args_list)
1104-
print("\nDINOSAUR BOTH: ", [a11, b21])
11051103

11061104
expected_requests = [
11071105
self._batch_update_expected_request(),

0 commit comments

Comments
 (0)