Skip to content

Commit

Permalink
Update logging in test_crypto
Browse files Browse the repository at this point in the history
- removes old comment
- gets rid of logging.getLogger('SSM')
  • Loading branch information
rowan04 authored and tofu-rocketry committed Aug 1, 2023
1 parent cb8957a commit 83e33c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
verify_cert, \
CryptoException

# Set up logging - is this necessary?
logging.basicConfig()
log = logging.getLogger('SSM')


class TestEncryptUtils(unittest.TestCase):
Expand Down

0 comments on commit 83e33c7

Please sign in to comment.