Manos Chorianopoulos

remove geofencing from initialize

......@@ -153,7 +153,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError *
[WLUserManager sendUUIDS];
[_sharedService sendEventsIfNeeded];
[_sharedService getLocationPoint];
// [_sharedService getLocationPoint];
});
}
......@@ -206,7 +206,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError *
[WLUserManager sendUUIDS];
[_sharedService sendEventsIfNeeded];
[_sharedService getLocationPoint];
// [_sharedService getLocationPoint];
});
}
......