Skip to content

Commit dd3c868

Browse files
committedOct 11, 2024··
Remove print debugging.
1 parent f810f47 commit dd3c868

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/relstorage/tests/blob/blob_cache.py

-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ def test_exceed_size_and_shrink(self):
155155

156156
def test_many_clients(self):
157157
# pylint:disable=protected-access
158-
print()
159-
print('Test many clients', self.blob_storage._adapter.connmanager.driver.__name__)
160-
print()
161158
if sys.version_info[:2] == (3, 13) \
162159
and self.blob_storage._adapter.connmanager.driver.__name__ == 'gevent MySQLdb' \
163160
and RUNNING_ON_CI:

0 commit comments

Comments
 (0)
Please sign in to comment.