fix(@wallet): remove uneeded log

fixes #8623
This commit is contained in:
Anthony Laibe 2022-12-09 09:21:39 +01:00 committed by Anthony Laibe
parent f62acae911
commit 1b81490c55
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ QtObject:
try:
hexAddressValue = fromHex(Address, address)
except Exception as e:
let errDesription = e.msg
error "error: ", errDesription
return ""
for _, tokens in self.tokens: