Browse Source

Remove debug statement

main
Luke Murphy 4 years ago
parent
commit
c1a7a74fda
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      etherpump/commands/pull.py

1
etherpump/commands/pull.py

@ -354,7 +354,6 @@ async def handle_pad(args, padid, data, info, session):
safe_text = text.encode("utf-8", "replace").decode()
await f.write(safe_text)
except Exception as exception:
print(path)
print("PANIC: {}".format(exception))
# once the content is settled, compute a hash

Loading…
Cancel
Save