mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Remove old log lines from squeak_d (#544)
This commit is contained in:
parent
6e42663c12
commit
d341d3cbc0
1 changed files with 0 additions and 2 deletions
|
|
@ -1040,7 +1040,6 @@ class SqueakDb:
|
|||
yield received_payment
|
||||
|
||||
def _parse_squeak_entry(self, row):
|
||||
logger.info("Parsing squeak entry with row: {}".format(row))
|
||||
if row is None:
|
||||
return None
|
||||
secret_key_column = row["secret_key"]
|
||||
|
|
@ -1056,7 +1055,6 @@ class SqueakDb:
|
|||
parse_block_header(
|
||||
block_header_bytes) if block_header_bytes else None
|
||||
)
|
||||
logger.info("Returning squeak entry with squeak: {}".format(squeak))
|
||||
return SqueakEntry(squeak=squeak, block_header=block_header)
|
||||
|
||||
def _parse_squeak_profile(self, row):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue