mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
payment: remove an uninteresting periodic log
This commit is contained in:
parent
90a6726158
commit
fb465b70cc
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ def UpdateCoin(data):
|
|||
pipe.execute()
|
||||
except Exception,e:
|
||||
log_error('UpdateCoin: failed to set scan_block_height: %s' % str(e))
|
||||
else:
|
||||
log_log('UpdateCoin: No payments in get_bulk_payments reply')
|
||||
else:
|
||||
log_error('UpdateCoin: No results in get_bulk_payments reply')
|
||||
except Exception,e:
|
||||
|
|
Loading…
Reference in a new issue