diff --git a/bizmatch/src/app/app.component.ts b/bizmatch/src/app/app.component.ts index 2f8a83c..6962509 100644 --- a/bizmatch/src/app/app.component.ts +++ b/bizmatch/src/app/app.component.ts @@ -59,11 +59,6 @@ export class AppComponent { } }, }); - // Ensure the service fetches the IP and Geolocation only once - // this.auditService.fetchIpAndGeoLocation(); - this.geoService.fetchIpAndGeoLocation().subscribe(data => { - console.log(JSON.stringify(data)); - }); } private async handleTokenExpiration(): Promise { try {