From c1a7a74fda7de1e565c2a468975eb9a9ff2bba98 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 13:47:49 +0200 Subject: [PATCH] Remove debug statement --- etherpump/commands/pull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 0d5acb0..7a5d477 100644 --- a/etherpump/commands/pull.py +++ b/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