Remove spam log

This commit is contained in:
lash
2022-04-10 21:27:36 +00:00
parent 07dc4a002f
commit e33fefe4b3
3 changed files with 6 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ def main():
sends = None
try:
sends = processor.load()
sends = processor.load(conn)
except TxSourceError as e:
sys.stderr.write('processing error: {}. processors: {}\n'.format(str(e), str(processor)))
sys.exit(1)