removed debug print

This commit is contained in:
BOTAlex 2024-06-10 06:56:35 +02:00
parent bd4124cd83
commit d6de99486c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
afterNavigate(() => { afterNavigate(() => {
const params = new URLSearchParams(window.location.search); const params = new URLSearchParams(window.location.search);
hideOnPrint = params.get('hideOnPrint') === '1'; hideOnPrint = params.get('hideOnPrint') === '1';
console.log(hideOnPrint); //console.log(hideOnPrint);
}); });
</script> </script>