Skip to content

Commit

Permalink
fix print in default_settings_migration (#1953)
Browse files Browse the repository at this point in the history
* fix print in default_settings_migration

* Update lib/entities/default_settings_migration.dart [skip ci]

---------

Co-authored-by: Omar Hatem <[email protected]>
  • Loading branch information
MrCyjaneK and OmarHatem28 authored Jan 11, 2025
1 parent 82b65e8 commit e42d49f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/entities/default_settings_migration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e42d49f

Please sign in to comment.