remove comment

This commit is contained in:
spaced4ndy 2023-12-13 16:27:35 +04:00
parent dc97556c98
commit c7da9053ac

View File

@ -397,7 +397,6 @@ private struct ConnectView: View {
}
}
// TODO scan is only attempted once
private func processQRCode(_ resp: Result<ScanResult, ScanError>) {
switch resp {
case let .success(r):