mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fix print in default_settings_migration (#1953)
* fix print in default_settings_migration * Update lib/entities/default_settings_migration.dart [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
82b65e8934
commit
e42d49f3ed
1 changed files with 0 additions and 3 deletions
|
@ -394,9 +394,6 @@ Future<void> _updateNode({
|
|||
bool? useSSL,
|
||||
}) async {
|
||||
for (Node node in nodes.values) {
|
||||
print("@@@@@@@@@@@@@");
|
||||
print(node.uriRaw);
|
||||
print(node.uri);
|
||||
if (node.uriRaw == currentUri) {
|
||||
if (newUri != null) {
|
||||
node.uriRaw = newUri;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue