Remove debug statement
This commit is contained in:
parent
ad5fb46eff
commit
c1a7a74fda
@ -354,7 +354,6 @@ async def handle_pad(args, padid, data, info, session):
|
|||||||
safe_text = text.encode("utf-8", "replace").decode()
|
safe_text = text.encode("utf-8", "replace").decode()
|
||||||
await f.write(safe_text)
|
await f.write(safe_text)
|
||||||
except Exception as exception:
|
except Exception as exception:
|
||||||
print(path)
|
|
||||||
print("PANIC: {}".format(exception))
|
print("PANIC: {}".format(exception))
|
||||||
|
|
||||||
# once the content is settled, compute a hash
|
# once the content is settled, compute a hash
|
||||||
|
Loading…
Reference in New Issue
Block a user