We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b253e8d commit 4c93b37Copy full SHA for 4c93b37
1 file changed
AFHTTPClientLogger.m
@@ -38,12 +38,6 @@ @interface AFHTTPClientLogger ()
38
39
@implementation AFHTTPClientLogger
40
41
-@synthesize baseURLString = _baseURLString;
42
-@synthesize requestStartFormatBlock = _requestStartFormatBlock;
43
-@synthesize requestFinishFormatBlock = _requestFinishFormatBlock;
44
-@synthesize enabled = _enabled;
45
-@synthesize level = _level;
46
-
47
- (instancetype)initWithBaseURL:(NSURL *)baseURL {
48
if ((self = [super init])) {
49
self.baseURLString = [baseURL absoluteString];
0 commit comments