remove debug statements

This commit is contained in:
lza_menace 2020-12-29 14:25:43 -08:00
parent d4a6e927f6
commit 0167ce098c
1 changed files with 0 additions and 2 deletions

View File

@ -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()