Remove logline

This commit is contained in:
nolash 2021-04-15 17:51:39 +02:00
parent 29f4fdb777
commit a0dd37e944
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 2 additions and 2 deletions

View File

@ -351,6 +351,7 @@ class Tx:
def src_normalize(self, src):
return snake_and_camel(src)
def apply_receipt(self, rcpt):
logg.debug('rcpt {}'.format(rcpt))
try:

View File

@ -21,7 +21,6 @@ class ChainStat:
self.block_avg_aggregate += block.timestamp - self.block_timestamp_last
self.block_avg_aggregate /= (self.block_avg_count + 1)
print('aggr {}'.format(type(self.block_avg_aggregate)))
self.block_avg_count += 1
self.block_timestamp_last = block.timestamp

View File

@ -1,6 +1,6 @@
[metadata]
name = chainlib
version = 0.0.2a14
version = 0.0.2a15
description = Generic blockchain access library and tooling
author = Louis Holbrook
author_email = dev@holbrook.no