From 7c9a47cf4e649951bfc37fc5f87952ce6df084b3 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 12 Sep 2024 19:51:25 +0200 Subject: [PATCH] BugFix --- bizmatch/src/app/app.component.ts | 5 ----- 1 file changed, 5 deletions(-) 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 {