mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
remove debug statements
This commit is contained in:
parent
d4a6e927f6
commit
0167ce098c
1 changed files with 0 additions and 2 deletions
|
@ -62,12 +62,10 @@ def dashboard():
|
|||
password=current_user.wallet_password
|
||||
)
|
||||
if not docker.container_exists(current_user.wallet_container):
|
||||
print('container does not exist.')
|
||||
current_user.clear_wallet_data()
|
||||
return redirect(url_for('wallet.loading'))
|
||||
|
||||
if not wallet.connected:
|
||||
print('container not connected')
|
||||
return redirect(url_for('wallet.loading'))
|
||||
|
||||
address = wallet.get_address()
|
||||
|
|
Loading…
Reference in a new issue