Removing VzAnalytics - VZWYZDL-1051

This commit is contained in:
Sourabh Bhardwaj 2023-09-11 17:05:15 +05:30
parent 20d6149918
commit 79915b3f6f
3 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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) {