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