Fix build

This commit is contained in:
Neil Alexander 2024-06-23 17:11:05 +01:00
parent 2eabf7f5ee
commit 00419e6269
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 21 additions and 20 deletions

View file

@ -189,8 +189,6 @@ class CrossPlatformAppDelegate: PlatformAppDelegate, ObservableObject {
self.yggdrasilPublicKey = summary.publicKey
self.yggdrasilPeers = summary.peers
self.yggdrasilConnected = summary.peers.filter { $0.up }.count > 0
print("Response: \(String(data: js, encoding: .utf8))")
}
}
}