payment: remove an uninteresting periodic log

This commit is contained in:
moneromooo 2015-01-25 17:12:21 +00:00
parent 90a6726158
commit fb465b70cc
1 changed files with 0 additions and 2 deletions

View File

@ -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: