mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
remove print statement
This commit is contained in:
parent
dff1ee2148
commit
2775e1d9f8
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ class AddressResolver {
|
|||
if (text.contains(".")) {
|
||||
var wallet = getIt.get<AppStore>().wallet!;
|
||||
final address = await EnsRecord.fetchEnsAddress(text, wallet: wallet);
|
||||
print(address);
|
||||
if (address.isNotEmpty) {
|
||||
return ParsedAddress.fetchEnsAddress(name: text, address: address);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue