Skip to content

Commit

Permalink
chore: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam73 committed Apr 4, 2024
1 parent 901e57b commit c4da517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NavbarLink } from "./navbar.types";

function Navbar() {
const [isNavbarLinksVisible, setIsNavbarLinksVisible] = useState<boolean>(false);
console.log("added for triggering cloudflare deployment");

function toggleNavbarLinksVisibility() {
setIsNavbarLinksVisible((prevState) => !prevState);
}
Expand Down

0 comments on commit c4da517

Please sign in to comment.