removed debug print
This commit is contained in:
parent
bd4124cd83
commit
d6de99486c
|
@ -19,7 +19,7 @@
|
|||
afterNavigate(() => {
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
hideOnPrint = params.get('hideOnPrint') === '1';
|
||||
console.log(hideOnPrint);
|
||||
//console.log(hideOnPrint);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue