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:
Pfeil, Scott Robert 2023-09-18 17:41:33 +00:00
commit 975ee661fb
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) {