Removing VzAnalytics - VZWYZDL-1051
This commit is contained in:
parent
20d6149918
commit
79915b3f6f
@ -34,7 +34,6 @@ extern NSString * const URLComponentKeepAlive;
|
||||
#pragma mark - Notification Names
|
||||
|
||||
extern NSString * const NotificationResponseLoaded;
|
||||
extern NSString * const MVMCoreNotificationGoingToServer;
|
||||
|
||||
#pragma mark - Image Cache
|
||||
extern NSTimeInterval const ImageTimeOut;
|
||||
|
||||
@ -28,7 +28,6 @@ NSString * const URLComponentKeepAlive = @"isAlive.jsp";
|
||||
#pragma mark - Notification Names
|
||||
|
||||
NSString * const NotificationResponseLoaded = @"responseLoaded";
|
||||
NSString * const MVMCoreNotificationGoingToServer = @"MVMCoreGoServer";
|
||||
|
||||
#pragma mark - Image Cache
|
||||
NSTimeInterval const ImageTimeOut = 60;
|
||||
|
||||
@ -312,7 +312,6 @@
|
||||
MVMCoreLog(@"Cookie Name: %@, Cookie Value: %@, Domain: %@", obj.name, obj.value, obj.domain);
|
||||
}];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:MVMCoreNotificationGoingToServer object:nil];
|
||||
NSTimeInterval startTime = [NSDate timeIntervalSinceReferenceDate];
|
||||
NSURLSessionTask *task = [session dataTaskWithRequest:request completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user