From a1edf29bd347e2b1e0c1ee9119d9194fa3ad238e Mon Sep 17 00:00:00 2001 From: islam <2553451+qalandarov@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:53:46 +0100 Subject: [PATCH] Remove unnecessary `import os.log`s --- bitchat/Noise/NoiseProtocol.swift | 1 - bitchat/Noise/NoiseSession.swift | 1 - bitchat/Services/KeychainManager.swift | 1 - bitchat/Services/NoiseEncryptionService.swift | 1 - 4 files changed, 4 deletions(-) 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