mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
remove print
This commit is contained in:
parent
68e16013f9
commit
47aeeaad30
1 changed files with 0 additions and 2 deletions
2
web.py
2
web.py
|
|
@ -254,8 +254,6 @@ class ReticulumWebChat:
|
|||
destination_hash = request.match_info.get("destination_hash", "")
|
||||
timeout_seconds = int(request.query.get("timeout", 15))
|
||||
|
||||
print(timeout_seconds)
|
||||
|
||||
# convert destination hash to bytes
|
||||
destination_hash = bytes.fromhex(destination_hash)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue