Skip to content
Snippets Groups Projects
Commit 070e98df authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13268 TIME 0:10 rm console.log

parent 99a0e49c
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,6 @@ export class FeatureTourService { ...@@ -153,7 +153,6 @@ export class FeatureTourService {
} }
endTour() { endTour() {
console.log(this.currentStepType);
this.featureTourEnd.push(this.currentStepType); this.featureTourEnd.push(this.currentStepType);
this.http.put('../rest/currentUser/profile/featureTour', {featureTour : this.featureTourEnd}).pipe( this.http.put('../rest/currentUser/profile/featureTour', {featureTour : this.featureTourEnd}).pipe(
catchError((err: any) => { catchError((err: any) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment