removed debug print
This commit is contained in:
parent
bd4124cd83
commit
d6de99486c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue