change(tracker): remove deprecated stuff
This commit is contained in:
parent
6731d6dc3b
commit
3e0aa04091
1 changed files with 1 additions and 9 deletions
|
|
@ -66,14 +66,6 @@ export function hasOpenreplayAttribute(e: Element, name: string): boolean {
|
|||
}
|
||||
return true
|
||||
}
|
||||
const oldName = `data-asayer-${name}`
|
||||
if (e.hasAttribute(oldName)) {
|
||||
deprecationWarn(
|
||||
`"${oldName}" attribute`,
|
||||
`"${newName}" attribute`,
|
||||
'/installation/sanitize-data',
|
||||
)
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue