2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-12 15:24:39 +00:00

fix(@wallet): remove uneeded log

fixes 
This commit is contained in:
Anthony Laibe 2022-12-09 09:21:39 +01:00 committed by Anthony Laibe
parent f62acae911
commit 1b81490c55

@ -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: