Merge branch 'feature/remove-VzAnalytics-VZWYZDL-1051' into 'develop'
VzAnalytics Removal - VZWYZDL 1051 ### Summary To remove VZAnalytics from the codebase since new FBL is live in production. ### JIRA Ticket https://onejira.verizon.com/browse/VZWYZDL-1051 Co-authored-by: Sourabh Bhardwaj <sourabh.bhardwaj@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/281
This commit is contained in:
commit
975ee661fb
@ -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