diff --git a/src/views/navbar/help-button.component.tsx b/src/views/navbar/help-button.component.tsx index f68fc42..9c0219d 100644 --- a/src/views/navbar/help-button.component.tsx +++ b/src/views/navbar/help-button.component.tsx @@ -6,10 +6,6 @@ import styles from "./navbar.scss"; const HelpMenu: React.FC = () => { const currentUrl = `localhost:81/doku.php?id=start`; - useEffect(() => { - console.log(`localhost:81/doku.php?id=start`); - }, []); - return (