session-ios/SessionSnodeKit/Utilities/Logging.swift

7 lines
103 B
Swift

internal func SNLog(_ message: String) {
#if DEBUG
print("[Session] \(message)")
#endif
}