mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Remove log lines from pay offer method (#297)
This commit is contained in:
parent
8ebdc754ca
commit
2e6777ccd9
1 changed files with 0 additions and 2 deletions
|
|
@ -294,8 +294,6 @@ class SqueakNode:
|
|||
# Check the decryption key
|
||||
squeak.SetDecryptionKey(serialized_decryption_key)
|
||||
CheckSqueak(squeak)
|
||||
logger.info("squeak.GetDecryptedContentStr():")
|
||||
logger.info(squeak.GetDecryptedContentStr())
|
||||
|
||||
# Set the decryption key in the database
|
||||
self.squeak_store.unlock_squeak(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue