mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Remove logging
This commit is contained in:
parent
abf4b7706f
commit
70ce34d6c9
@ -9,7 +9,6 @@ export function useNavigationWarning() {
|
|||||||
* or closing the tab.
|
* or closing the tab.
|
||||||
*/
|
*/
|
||||||
const activateNavigationWarning = () => {
|
const activateNavigationWarning = () => {
|
||||||
console.log("ACTIVATE");
|
|
||||||
window.onbeforeunload = () => true;
|
window.onbeforeunload = () => true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -17,6 +16,5 @@ const activateNavigationWarning = () => {
|
|||||||
* Disables the warning when navigating to a page
|
* Disables the warning when navigating to a page
|
||||||
*/
|
*/
|
||||||
const deactivateNavigationWarning = () => {
|
const deactivateNavigationWarning = () => {
|
||||||
console.log("deACTIVATE");
|
|
||||||
window.onbeforeunload = null;
|
window.onbeforeunload = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user