Skip to content

Commit

Permalink
Re-remove ARTCipherParams.logger property
Browse files Browse the repository at this point in the history
I deleted this in 2e24899, and looks like I accidentally re-introduced
it in 66ee0f7 (messed up merge conflict resolution?)
  • Loading branch information
lawrence-forooghian committed Apr 12, 2023
1 parent a44c6c0 commit 42a4a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/PrivateHeaders/Ably/ARTCrypto+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ NS_ASSUME_NONNULL_BEGIN
@interface ARTCipherParams ()

@property (readonly, nonatomic, nullable) NSData *iv;
@property (nonatomic) ARTInternalLog *logger;
- (instancetype)initWithAlgorithm:(NSString *)algorithm key:(id<ARTCipherKeyCompatible>)key iv:(NSData *_Nullable)iv;

@end
Expand Down

0 comments on commit 42a4a53

Please sign in to comment.