diff --git a/bitchat/Noise/NoiseProtocol.swift b/bitchat/Noise/NoiseProtocol.swift index 8b0adbfe..c40e3c5c 100644 --- a/bitchat/Noise/NoiseProtocol.swift +++ b/bitchat/Noise/NoiseProtocol.swift @@ -79,7 +79,6 @@ import Foundation import CryptoKit -import os.log // Core Noise Protocol implementation // Based on the Noise Protocol Framework specification diff --git a/bitchat/Noise/NoiseSession.swift b/bitchat/Noise/NoiseSession.swift index cec7e5b5..3e654c65 100644 --- a/bitchat/Noise/NoiseSession.swift +++ b/bitchat/Noise/NoiseSession.swift @@ -8,7 +8,6 @@ import Foundation import CryptoKit -import os.log // MARK: - Noise Session State diff --git a/bitchat/Services/KeychainManager.swift b/bitchat/Services/KeychainManager.swift index 39c70023..d5c129e3 100644 --- a/bitchat/Services/KeychainManager.swift +++ b/bitchat/Services/KeychainManager.swift @@ -8,7 +8,6 @@ import Foundation import Security -import os.log final class KeychainManager { static let shared = KeychainManager() diff --git a/bitchat/Services/NoiseEncryptionService.swift b/bitchat/Services/NoiseEncryptionService.swift index 25b97e69..923575e5 100644 --- a/bitchat/Services/NoiseEncryptionService.swift +++ b/bitchat/Services/NoiseEncryptionService.swift @@ -85,7 +85,6 @@ import Foundation import CryptoKit -import os.log // MARK: - Encryption Status