mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Remove console.log.
This commit is contained in:
parent
c8ca0a0a56
commit
87bcd85b71
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ export default function Header() {
|
|||
const { user } = useUser();
|
||||
const { pathname } = useRouter();
|
||||
|
||||
console.log('wat', process.env.updatesDisabled);
|
||||
|
||||
return (
|
||||
<>
|
||||
{user?.is_admin && !process.env.updatesDisabled && <UpdateNotice />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue