Skip to content

Commit b581914

Browse files
🤖 GITHUB ACTIONS format_prettier
1 parent 7eaaa34 commit b581914

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

‎src/app/core/observability-events/observability-events.service.ts‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ export class CustomEventService {
2929
}
3030

3131
if (runtimeEnvironment.debugger) {
32-
console.debug(
33-
`[RUM][journey:${journeyType}] : start`,
34-
attributes
35-
)
32+
console.debug(`[RUM][journey:${journeyType}] : start`, attributes)
3633
}
3734
}
3835

@@ -108,9 +105,6 @@ export class CustomEventService {
108105
// Clean up the journey data
109106
delete this.journeys[journeyType]
110107

111-
console.debug(
112-
`[RUM][journey:${journeyType}] : finished`,
113-
finalAttributes
114-
)
108+
console.debug(`[RUM][journey:${journeyType}] : finished`, finalAttributes)
115109
}
116110
}

0 commit comments

Comments
 (0)