mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01: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 { user } = useUser();
|
||||||
const { pathname } = useRouter();
|
const { pathname } = useRouter();
|
||||||
|
|
||||||
console.log('wat', process.env.updatesDisabled);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{user?.is_admin && !process.env.updatesDisabled && <UpdateNotice />}
|
{user?.is_admin && !process.env.updatesDisabled && <UpdateNotice />}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue