summaryrefslogtreecommitdiff
path: root/tests/test_evp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_evp.py')
-rw-r--r--tests/test_evp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_evp.py b/tests/test_evp.py
index 10654a8..d133ed0 100644
--- a/tests/test_evp.py
+++ b/tests/test_evp.py
@@ -465,7 +465,6 @@ class CipherTestCase(unittest.TestCase):
for key_size in [128, 192, 256]:
alg = 'aes_%s_ctr' % str(key_size)
- log.info('Testing cipher %s', alg)
# Our key for this test is 256 bits in length (32 bytes).
# We will trim it to the appopriate length for testing AES-128