diff --git a/src/frontend/service/featureTour.service.ts b/src/frontend/service/featureTour.service.ts
index 58953afdd10426fc08057fd53940d6a94b91948a..6ab235673b8fe6950b2ed1b26a6177e70ac45b0a 100644
--- a/src/frontend/service/featureTour.service.ts
+++ b/src/frontend/service/featureTour.service.ts
@@ -156,8 +156,6 @@ export class FeatureTourService {
         console.log(this.currentStepType);
         this.featureTourEnd.push(this.currentStepType);
         this.http.put('../rest/currentUser/profile/featureTour', {featureTour : this.featureTourEnd}).pipe(
-            tap(() => {
-            }),
             catchError((err: any) => {
                 this.notify.handleSoftErrors(err);
                 return of(false);