mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
deleted unused debug handlers
This commit is contained in:
parent
25b15b85c4
commit
104a588799
@ -1,5 +0,0 @@
|
||||
function onHydrationEnd() {
|
||||
// console.log('Hydration finished; page is now interactive.')
|
||||
}
|
||||
|
||||
export { onHydrationEnd }
|
||||
@ -1,6 +0,0 @@
|
||||
function onPageTransitionEnd() {
|
||||
// console.log('Page transition end')
|
||||
// document.body.classList.remove('page-transition')
|
||||
}
|
||||
|
||||
export { onPageTransitionEnd }
|
||||
@ -1,6 +0,0 @@
|
||||
function onPageTransitionStart() {
|
||||
// console.log('Page transition start')
|
||||
// document.body.classList.add('page-transition')
|
||||
}
|
||||
|
||||
export { onPageTransitionStart }
|
||||
Loading…
x
Reference in New Issue
Block a user