Skip to content

Commit

Permalink
remove debug logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 23, 2023
1 parent a7af096 commit 14065e6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/extensions/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,17 +404,6 @@ export class SessionRecording {
return
}

const typeLookup = {
0: 'DomContentLoaded',
1: 'Load',
2: 'FullSnapshot',
3: 'IncrementalSnapshot',
4: 'Meta',
5: 'Custom',
6: 'Plugin',
}
logger.info('[onRRwebEmit] event type', { type: rawEvent.type, name: typeLookup[rawEvent.type] })

if (rawEvent.type === EventType.Meta) {
const href = this._maskUrl(rawEvent.data.href)
if (!href) {
Expand Down

0 comments on commit 14065e6

Please sign in to comment.