Fix release build

This commit is contained in:
Isaac 2025-03-30 02:13:07 +04:00
parent 895e16710b
commit 36e564e53d

View File

@ -2,6 +2,7 @@
#include <td/e2e/e2e_api.h>
#if DEBUG
static NSString *hexStringFromData(NSData *data) {
NSMutableString *string = [[NSMutableString alloc] initWithCapacity:data.length * 2];
for (NSUInteger i = 0; i < data.length; i++) {
@ -9,6 +10,7 @@ static NSString *hexStringFromData(NSData *data) {
}
return string;
}
#endif
@interface TdKeyPair () {
tde2e_api::PrivateKeyId _keyId;