mirror of
https://github.com/basicswap/basicswap.git
synced 2025-04-24 23:18:22 +00:00
Remove debug
This commit is contained in:
parent
d1e05acd18
commit
ba5e110682
1 changed files with 1 additions and 3 deletions
|
@ -6,13 +6,11 @@ def page_quickswaps(handler, url_split, post_string):
|
|||
messages = []
|
||||
err_messages = []
|
||||
form_data = handler.checkForm(post_string, "quickswaps", messages)
|
||||
|
||||
|
||||
if form_data:
|
||||
try:
|
||||
pass
|
||||
except Exception as e:
|
||||
if swap_client.debug:
|
||||
swap_client.log.error(traceback.format_exc())
|
||||
err_messages.append(str(e))
|
||||
|
||||
template = handler.server.env.get_template("quickswaps.html")
|
||||
|
|
Loading…
Reference in a new issue