remove debug

This commit is contained in:
2023-04-19 14:28:23 +10:00
parent 820c3aec9d
commit afbbbcb4d1

View File

@@ -134,7 +134,6 @@ const handleClickToggleMenu = () => {
* Handle the user clicking an element to toggle the dropdown menu.
*/
const handleClickNavBar = () => {
console.log("handleClickNavBar");
if (showToggle.value == true) {
showToggle.value = false;
}