Skip to content

Commit

Permalink
Remove print debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 11, 2024
1 parent f810f47 commit dd3c868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/relstorage/tests/blob/blob_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ def test_exceed_size_and_shrink(self):

def test_many_clients(self):
# pylint:disable=protected-access
print()
print('Test many clients', self.blob_storage._adapter.connmanager.driver.__name__)
print()
if sys.version_info[:2] == (3, 13) \
and self.blob_storage._adapter.connmanager.driver.__name__ == 'gevent MySQLdb' \
and RUNNING_ON_CI:
Expand Down

0 comments on commit dd3c868

Please sign in to comment.