remove outdated comment

This commit is contained in:
Henry Hiles 2026-07-22 16:45:47 -04:00
commit 4e208764f5
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -80,9 +80,6 @@ class SelectServerPage extends HookConsumerWidget {
.onError(showError);
}
});
// await Navigator.of(context).push(
// MaterialPageRoute(builder: (_) => LoginPage(homeserver: newUrl)),
// );
}
}
} catch (error, stackTrace) {